| | | 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.Network.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> The available service alias. </summary> |
| | | 11 | | public partial class AvailableServiceAlias |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of AvailableServiceAlias. </summary> |
| | 0 | 14 | | internal AvailableServiceAlias() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of AvailableServiceAlias. </summary> |
| | | 19 | | /// <param name="name"> The name of the service alias. </param> |
| | | 20 | | /// <param name="id"> The ID of the service alias. </param> |
| | | 21 | | /// <param name="type"> The type of the resource. </param> |
| | | 22 | | /// <param name="resourceName"> The resource name of the service alias. </param> |
| | 0 | 23 | | internal AvailableServiceAlias(string name, string id, string type, string resourceName) |
| | | 24 | | { |
| | 0 | 25 | | Name = name; |
| | 0 | 26 | | Id = id; |
| | 0 | 27 | | Type = type; |
| | 0 | 28 | | ResourceName = resourceName; |
| | 0 | 29 | | } |
| | | 30 | | |
| | | 31 | | /// <summary> The name of the service alias. </summary> |
| | 0 | 32 | | public string Name { get; } |
| | | 33 | | /// <summary> The ID of the service alias. </summary> |
| | 0 | 34 | | public string Id { get; } |
| | | 35 | | /// <summary> The type of the resource. </summary> |
| | 0 | 36 | | public string Type { get; } |
| | | 37 | | /// <summary> The resource name of the service alias. </summary> |
| | 0 | 38 | | public string ResourceName { get; } |
| | | 39 | | } |
| | | 40 | | } |