Compartir a través de


VirtualMachineScaleSetNetworkConfiguration interface

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

Extends

Properties

dnsSettings

The dns settings to be applied on the network interfaces.

enableAcceleratedNetworking

Specifies whether the network interface is accelerated networking-enabled.

enableFpga

Specifies whether the network interface is FPGA networking-enabled.

enableIPForwarding

Whether IP forwarding enabled on this NIC.

ipConfigurations

Specifies the IP configurations of the network interface.

name

The network configuration name.

networkSecurityGroup

The network security group.

primary

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

Inherited Properties

id

Resource Id

Property Details

dnsSettings

The dns settings to be applied on the network interfaces.

dnsSettings?: VirtualMachineScaleSetNetworkConfigurationDnsSettings

Property Value

enableAcceleratedNetworking

Specifies whether the network interface is accelerated networking-enabled.

enableAcceleratedNetworking?: boolean

Property Value

boolean

enableFpga

Specifies whether the network interface is FPGA networking-enabled.

enableFpga?: boolean

Property Value

boolean

enableIPForwarding

Whether IP forwarding enabled on this NIC.

enableIPForwarding?: boolean

Property Value

boolean

ipConfigurations

Specifies the IP configurations of the network interface.

ipConfigurations?: VirtualMachineScaleSetIPConfiguration[]

Property Value

name

The network configuration name.

name: string

Property Value

string

networkSecurityGroup

The network security group.

networkSecurityGroup?: SubResource

Property Value

primary

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

primary?: boolean

Property Value

boolean

Inherited Property Details

id

Resource Id

id?: string

Property Value

string

Inherited From SubResource.id