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
- Extends
Properties
application |
The application gateway backend address pools. |
application |
Specifies an array of references to application security group. |
load |
The load balancer backend address pools. |
load |
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. |
private |
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'. |
public |
The publicIPAddressConfiguration. |
subnet | The subnet. |
Inherited Properties
id | Resource Id |
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