Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineScaleSetNetworkConfiguration

Package version

Describes a virtual machine scale set network profile's network configurations.

Hierarchy

  • SubResource
    • VirtualMachineScaleSetNetworkConfiguration

Index

Properties

Optional dnsSettings

The dns settings to be applied on the network interfaces.

Optional enableAcceleratedNetworking

enableAcceleratedNetworking: undefined | false | true

Specifies whether the network interface is accelerated networking-enabled.

Optional enableIPForwarding

enableIPForwarding: undefined | false | true

Whether IP forwarding enabled on this NIC.

Optional id

id: undefined | string

Resource Id

ipConfigurations

Specifies the IP configurations of the network interface.

name

name: string

The network configuration name.

Optional networkSecurityGroup

networkSecurityGroup: SubResource

The network security group.

Optional primary

primary: undefined | false | true

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

Generated using TypeDoc