VirtualMachineScaleSetIPConfiguration interface

Describes a virtual machine scale set network profile's IP configuration.

Properties

applicationGatewayBackendAddressPools

Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.

applicationSecurityGroups

Specifies an array of references to application security group.

loadBalancerBackendAddressPools

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

loadBalancerInboundNatPools

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

name

The IP configuration name.

primary

Specifies the primary network interface in case the virtual machine has more than 1 network interface.

privateIPAddressVersion

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

publicIPAddressConfiguration

The publicIPAddressConfiguration.

subnet

Specifies the identifier of the subnet.

Property Details

applicationGatewayBackendAddressPools

Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.

applicationGatewayBackendAddressPools?: SubResource[]

Property Value

applicationSecurityGroups

Specifies an array of references to application security group.

applicationSecurityGroups?: SubResource[]

Property Value

loadBalancerBackendAddressPools

Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets 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 scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.

loadBalancerInboundNatPools?: SubResource[]

Property Value

name

The IP configuration name.

name: string

Property Value

string

primary

Specifies the primary network interface in case the virtual machine has more than 1 network interface.

primary?: boolean

Property Value

boolean

privateIPAddressVersion

Available from Api-Version 2017-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

publicIPAddressConfiguration

The publicIPAddressConfiguration.

publicIPAddressConfiguration?: VirtualMachineScaleSetPublicIPAddressConfiguration

Property Value

subnet

Specifies the identifier of the subnet.

subnet?: ApiEntityReference

Property Value