Enum AzurePublicIPAddressAssignmentType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the assignment type of the public IP address.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzurePublicIPAddressAssignmentType
Fields
Dynamic = 2The IP address is assigned dynamically.
Static = 1The IP address is assigned statically.
Unknown = 0The address assignment type is unknown.