Table of Contents

Enum AzureNetworkInterfaceIPAllocationMethod

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

Represents the IP address allocation method for an Azure network interface.

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

Fields

Dynamic = 2

The address is assigned dynamically.

Static = 1

The address is assigned statically.

Unknown = 0

The allocation method is unknown.