Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineScaleSetUpdateNetworkConfiguration

Package version

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

Hierarchy

  • SubResource
    • VirtualMachineScaleSetUpdateNetworkConfiguration

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

Optional ipConfigurations

The virtual machine scale set IP Configuration.

Optional name

name: undefined | string

The network configuration name.

Optional networkSecurityGroup

networkSecurityGroup: SubResource

The network security group.

Optional primary

primary: undefined | false | true

Whether this is a primary NIC on a virtual machine.

Generated using TypeDoc