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
PrivateIPAddress
Gets or sets the private IP address assigned to the configuration.
public string PrivateIPAddress { get; set; }
Property Value
PrivateIPAddressVersion
Gets or sets the IP address version type.
public AzureNetworkInterfaceIPVersion PrivateIPAddressVersion { get; set; }
Property Value
PrivateIPAddressVersionString
Gets the IP address version type.
public string PrivateIPAddressVersionString { get; set; }
Property Value
PrivateIPAllocationMethod
Gets or sets the IP allocation method for the private IP address.
public AzureNetworkInterfaceIPAllocationMethod PrivateIPAllocationMethod { get; set; }
Property Value
PrivateIPAllocationMethodString
Gets the IP allocation method for the private IP address.
public string PrivateIPAllocationMethodString { get; set; }
Property Value
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
PublicIPAddressIdentifier
Gets or sets the unique identifier of the public IP address assgined.
public string PublicIPAddressIdentifier { get; set; }
Property Value
PublicIPAddressName
Gets or sets the name of the public IP address assgined.
public string PublicIPAddressName { get; set; }
Property Value
SubnetIdentifier
Gets or sets the unique identifier of the assigned subnet.
public string SubnetIdentifier { get; set; }