Table of Contents

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 = 2

The IP address is assigned dynamically.

Static = 1

The IP address is assigned statically.

Unknown = 0

The address assignment type is unknown.