| | | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | | 2 | | // Licensed under the MIT License. |
| | | 3 | | |
| | | 4 | | // <auto-generated/> |
| | | 5 | | |
| | | 6 | | #nullable disable |
| | | 7 | | |
| | | 8 | | namespace Azure.ResourceManager.Resources.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> The resource Id model. </summary> |
| | | 11 | | public partial class ResourceReference |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of ResourceReference. </summary> |
| | 0 | 14 | | internal ResourceReference() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of ResourceReference. </summary> |
| | | 19 | | /// <param name="id"> The fully qualified resource Id. </param> |
| | 280 | 20 | | internal ResourceReference(string id) |
| | | 21 | | { |
| | 280 | 22 | | Id = id; |
| | 280 | 23 | | } |
| | | 24 | | |
| | | 25 | | /// <summary> The fully qualified resource Id. </summary> |
| | 0 | 26 | | public string Id { get; } |
| | | 27 | | } |
| | | 28 | | } |