IpConfiguration interface

Specifies an IP configuration of the network interface.

Properties

applicationGatewayBackendAddressPools

Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.

loadBalancerBackendAddressPools

Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.

loadBalancerInboundNatPools

Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.

name

Name of the network interface.

privateIPAddressVersion

Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.

publicIPAddressConfiguration

The public IP address configuration of the network interface.

subnet

Specifies the subnet of the network interface.

Property Details

applicationGatewayBackendAddressPools

Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.

applicationGatewayBackendAddressPools?: SubResource[]

Property Value

loadBalancerBackendAddressPools

Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.

loadBalancerBackendAddressPools?: SubResource[]

Property Value

loadBalancerInboundNatPools

Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.

loadBalancerInboundNatPools?: SubResource[]

Property Value

name

Name of the network interface.

name: string

Property Value

string

privateIPAddressVersion

Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.

privateIPAddressVersion?: string

Property Value

string

publicIPAddressConfiguration

The public IP address configuration of the network interface.

publicIPAddressConfiguration?: IpConfigurationPublicIPAddressConfiguration

Property Value

subnet

Specifies the subnet of the network interface.

subnet?: SubResource

Property Value