Table of Contents

Class AzureNetworkInterfaceIPConfiguration

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

Represents the IP configuration for a network interface in an Azure tenant.

public class AzureNetworkInterfaceIPConfiguration : BaseTypeSection
Inheritance
AzureNetworkInterfaceIPConfiguration

Constructors

AzureNetworkInterfaceIPConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureNetworkInterfaceIPConfiguration class.

public AzureNetworkInterfaceIPConfiguration()

Properties

Name

Gets or sets the name of this IP configuration - for example "ipconfig1".

public string Name { get; set; }

Property Value

string

PrivateIPAddress

Gets or sets the private IP address assigned to the configuration.

public string PrivateIPAddress { get; set; }

Property Value

string

PrivateIPAddressVersion

Gets or sets the IP address version type.

public AzureNetworkInterfaceIPVersion PrivateIPAddressVersion { get; set; }

Property Value

AzureNetworkInterfaceIPVersion

PrivateIPAddressVersionString

Gets the IP address version type.

public string PrivateIPAddressVersionString { get; set; }

Property Value

string

PrivateIPAllocationMethod

Gets or sets the IP allocation method for the private IP address.

public AzureNetworkInterfaceIPAllocationMethod PrivateIPAllocationMethod { get; set; }

Property Value

AzureNetworkInterfaceIPAllocationMethod

PrivateIPAllocationMethodString

Gets the IP allocation method for the private IP address.

public string PrivateIPAllocationMethodString { get; set; }

Property Value

string

PublicIPAddress

Gets or sets the public IP address assigned to this configuration - for example "161.31.10.5".

public string PublicIPAddress { get; set; }

Property Value

string

PublicIPAddressIdentifier

Gets or sets the unique identifier of the public IP address assgined.

public string PublicIPAddressIdentifier { get; set; }

Property Value

string

PublicIPAddressName

Gets or sets the name of the public IP address assgined.

public string PublicIPAddressName { get; set; }

Property Value

string

SubnetIdentifier

Gets or sets the unique identifier of the assigned subnet.

public string SubnetIdentifier { get; set; }

Property Value

string