Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineNetworkInterfaceIPConfiguration

Package version

Describes a virtual machine network profile's IP configuration.

Hierarchy

  • VirtualMachineNetworkInterfaceIPConfiguration

Index

Properties

Optional applicationGatewayBackendAddressPools

applicationGatewayBackendAddressPools: SubResource[]

Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.

Optional applicationSecurityGroups

applicationSecurityGroups: SubResource[]

Specifies an array of references to application security group.

Optional loadBalancerBackendAddressPools

loadBalancerBackendAddressPools: SubResource[]

Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer].

name

name: string

The IP configuration name.

Optional primary

primary: undefined | false | true

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

Optional privateIPAddressVersion

privateIPAddressVersion: IPVersions

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'.

Optional publicIPAddressConfiguration

publicIPAddressConfiguration: VirtualMachinePublicIPAddressConfiguration

The publicIPAddressConfiguration.

Optional subnet

subnet: SubResource

Specifies the identifier of the subnet.

Generated using TypeDoc