|  |  | 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 service tag information. </summary> | 
|  |  | 11 |  |     public partial class ServiceTagInformation | 
|  |  | 12 |  |     { | 
|  |  | 13 |  |         /// <summary> Initializes a new instance of ServiceTagInformation. </summary> | 
|  | 0 | 14 |  |         internal ServiceTagInformation() | 
|  |  | 15 |  |         { | 
|  | 0 | 16 |  |         } | 
|  |  | 17 |  |  | 
|  |  | 18 |  |         /// <summary> Initializes a new instance of ServiceTagInformation. </summary> | 
|  |  | 19 |  |         /// <param name="properties"> Properties of the service tag information. </param> | 
|  |  | 20 |  |         /// <param name="name"> The name of service tag. </param> | 
|  |  | 21 |  |         /// <param name="id"> The ID of service tag. </param> | 
|  | 0 | 22 |  |         internal ServiceTagInformation(ServiceTagInformationPropertiesFormat properties, string name, string id) | 
|  |  | 23 |  |         { | 
|  | 0 | 24 |  |             Properties = properties; | 
|  | 0 | 25 |  |             Name = name; | 
|  | 0 | 26 |  |             Id = id; | 
|  | 0 | 27 |  |         } | 
|  |  | 28 |  |  | 
|  |  | 29 |  |         /// <summary> Properties of the service tag information. </summary> | 
|  | 0 | 30 |  |         public ServiceTagInformationPropertiesFormat Properties { get; } | 
|  |  | 31 |  |         /// <summary> The name of service tag. </summary> | 
|  | 0 | 32 |  |         public string Name { get; } | 
|  |  | 33 |  |         /// <summary> The ID of service tag. </summary> | 
|  | 0 | 34 |  |         public string Id { get; } | 
|  |  | 35 |  |     } | 
|  |  | 36 |  | } |