VirtualMachineScaleSetUpdateIPConfiguration interface

Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network

Properties

applicationGatewayBackendAddressPools

The application gateway backend address pools.

applicationSecurityGroups

Specifies an array of references to application security group.

loadBalancerBackendAddressPools

The load balancer backend address pools.

loadBalancerInboundNatPools

The load balancer inbound nat pools.

name

The IP configuration name.

primary

Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.

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

The subnet.

Property Details

applicationGatewayBackendAddressPools

The application gateway backend address pools.

applicationGatewayBackendAddressPools?: SubResource[]

Property Value

applicationSecurityGroups

Specifies an array of references to application security group.

applicationSecurityGroups?: SubResource[]

Property Value

loadBalancerBackendAddressPools

The load balancer backend address pools.

loadBalancerBackendAddressPools?: SubResource[]

Property Value

loadBalancerInboundNatPools

The load balancer inbound nat pools.

loadBalancerInboundNatPools?: SubResource[]

Property Value

name

The IP configuration name.

name?: string

Property Value

string

primary

Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.

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?: VirtualMachineScaleSetUpdatePublicIPAddressConfiguration

Property Value

subnet

The subnet.

subnet?: ApiEntityReference

Property Value