Enum AzurePublicIPAddressSkuType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SKU type for a public IP address.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzurePublicIPAddressSkuType
Fields
Basic = 1
The SKU type is basic.
Standard = 2
The SKU type is standard.
Unknown = 0
The SKU type is unknown.