Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineScaleSetUpdateIPConfiguration

Package version

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

Hierarchy

  • SubResource
    • VirtualMachineScaleSetUpdateIPConfiguration

Index

Properties

Optional applicationGatewayBackendAddressPools

applicationGatewayBackendAddressPools: SubResource[]

The application gateway backend address pools.

Optional id

id: undefined | string

Resource Id

Optional loadBalancerBackendAddressPools

loadBalancerBackendAddressPools: SubResource[]

The load balancer backend address pools.

Optional loadBalancerInboundNatPools

loadBalancerInboundNatPools: SubResource[]

The load balancer inbound nat pools.

Optional name

name: undefined | string

The IP configuration name.

Optional primary

primary: undefined | false | true

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

Optional privateIPAddressVersion

privateIPAddressVersion: IPVersion

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'. Possible values include: 'IPv4', 'IPv6'

Optional publicIPAddressConfiguration

The publicIPAddressConfiguration.

Optional subnet

The subnet.

Generated using TypeDoc