| | 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> Usage strings container. </summary> |
| | 11 | | public partial class VirtualNetworkUsageName |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of VirtualNetworkUsageName. </summary> |
| 0 | 14 | | internal VirtualNetworkUsageName() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of VirtualNetworkUsageName. </summary> |
| | 19 | | /// <param name="localizedValue"> Localized subnet size and usage string. </param> |
| | 20 | | /// <param name="value"> Subnet size and usage string. </param> |
| 8 | 21 | | internal VirtualNetworkUsageName(string localizedValue, string value) |
| | 22 | | { |
| 8 | 23 | | LocalizedValue = localizedValue; |
| 8 | 24 | | Value = value; |
| 8 | 25 | | } |
| | 26 | |
|
| | 27 | | /// <summary> Localized subnet size and usage string. </summary> |
| 0 | 28 | | public string LocalizedValue { get; } |
| | 29 | | /// <summary> Subnet size and usage string. </summary> |
| 0 | 30 | | public string Value { get; } |
| | 31 | | } |
| | 32 | | } |