NetworkInterfaceIPConfiguration interface

IPConfiguration in a network interface.

Extends

Properties

applicationGatewayBackendAddressPools

The reference of ApplicationGatewayBackendAddressPool resource.

applicationSecurityGroups

Application security groups in which the IP configuration is included.

etag

A unique read-only string that changes whenever the resource is updated.

loadBalancerBackendAddressPools

The reference of LoadBalancerBackendAddressPool resource.

loadBalancerInboundNatRules

A list of references of LoadBalancerInboundNatRules.

name

The name of the resource that is unique within a resource group. This name can be used to access the resource.

primary

Gets whether this is a primary customer address on the network interface.

privateIPAddress

Private IP address of the IP configuration.

privateIPAddressVersion

Available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.

privateIPAllocationMethod

Defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'.

provisioningState

The provisioning state of the network interface IP configuration. Possible values are: 'Updating', 'Deleting', and 'Failed'.

publicIPAddress

Public IP address bound to the IP configuration.

subnet

Subnet bound to the IP configuration.

virtualNetworkTaps

The reference to Virtual Network Taps.

Inherited Properties

id

Resource ID.

Property Details

applicationGatewayBackendAddressPools

The reference of ApplicationGatewayBackendAddressPool resource.

applicationGatewayBackendAddressPools?: ApplicationGatewayBackendAddressPool[]

Property Value

applicationSecurityGroups

Application security groups in which the IP configuration is included.

applicationSecurityGroups?: ApplicationSecurityGroup[]

Property Value

etag

A unique read-only string that changes whenever the resource is updated.

etag?: string

Property Value

string

loadBalancerBackendAddressPools

The reference of LoadBalancerBackendAddressPool resource.

loadBalancerBackendAddressPools?: BackendAddressPool[]

Property Value

loadBalancerInboundNatRules

A list of references of LoadBalancerInboundNatRules.

loadBalancerInboundNatRules?: InboundNatRule[]

Property Value

name

The name of the resource that is unique within a resource group. This name can be used to access the resource.

name?: string

Property Value

string

primary

Gets whether this is a primary customer address on the network interface.

primary?: boolean

Property Value

boolean

privateIPAddress

Private IP address of the IP configuration.

privateIPAddress?: string

Property Value

string

privateIPAddressVersion

Available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.

privateIPAddressVersion?: string

Property Value

string

privateIPAllocationMethod

Defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'.

privateIPAllocationMethod?: string

Property Value

string

provisioningState

The provisioning state of the network interface IP configuration. Possible values are: 'Updating', 'Deleting', and 'Failed'.

provisioningState?: string

Property Value

string

publicIPAddress

Public IP address bound to the IP configuration.

publicIPAddress?: PublicIPAddress

Property Value

subnet

Subnet bound to the IP configuration.

subnet?: Subnet

Property Value

virtualNetworkTaps

The reference to Virtual Network Taps.

virtualNetworkTaps?: VirtualNetworkTap[]

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id