Enum AzurePublicIPAddressSkuTier
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SKU tier for a public IP address.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzurePublicIPAddressSkuTier
Fields
Global = 1
The SKU tier is global.
Regional = 2
The SKU tier is regional.
Unknown = 0
The SKU tier is unknown.