Enum AzureLocationRegionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The region type for an Azure region.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureLocationRegionType
Fields
Logical = 1
The region type is logical.
Physical = 2
The region type is physical.
Unknown = 0
The region type is unknown.