VirtualMachineScaleSetUpdateNetworkConfiguration interface
Describes a virtual machine scale set network profile's network configurations.
Properties
auxiliary |
Specifies whether the Auxiliary mode is enabled for the Network Interface resource. |
auxiliary |
Specifies whether the Auxiliary sku is enabled for the Network Interface resource. |
delete |
Specify what happens to the network interface when the VM is deleted |
disable |
Specifies whether the network interface is disabled for tcp state tracking. |
dns |
The dns settings to be applied on the network interfaces. |
enable |
Specifies whether the network interface is accelerated networking-enabled. |
enable |
Specifies whether the network interface is FPGA networking-enabled. |
enable |
Whether IP forwarding enabled on this NIC. |
ip |
The virtual machine scale set IP Configuration. |
name | The network configuration name. |
network |
The network security group. |
primary | Whether this is a primary NIC on a virtual machine. |
Property Details
auxiliaryMode
Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
auxiliaryMode?: string
Property Value
string
auxiliarySku
Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
auxiliarySku?: string
Property Value
string
deleteOption
Specify what happens to the network interface when the VM is deleted
deleteOption?: string
Property Value
string
disableTcpStateTracking
Specifies whether the network interface is disabled for tcp state tracking.
disableTcpStateTracking?: boolean
Property Value
boolean
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
The virtual machine scale set IP Configuration.
ipConfigurations?: VirtualMachineScaleSetUpdateIPConfiguration[]
Property Value
name
The network configuration name.
name?: string
Property Value
string
networkSecurityGroup
primary
Whether this is a primary NIC on a virtual machine.
primary?: boolean
Property Value
boolean