Table of Contents

Enum AzurePublicIPAddressType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the address type of a public IP address.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzurePublicIPAddressType

Fields

IPv4 = 1

The IP address is an IPv4 address.

IPv6 = 2

The IP address is an IPv6 address.

Unknown = 0

The address type is unknown.