Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineNetworkInterfaceConfiguration

Package version

Describes a virtual machine network interface configurations.

Hierarchy

  • VirtualMachineNetworkInterfaceConfiguration

Index

Properties

Optional deleteOption

deleteOption: DeleteOptions

Specify what happens to the network interface when the VM is deleted

Optional dnsSettings

The dns settings to be applied on the network interfaces.

Optional dscpConfiguration

dscpConfiguration: SubResource

Optional enableAcceleratedNetworking

enableAcceleratedNetworking: undefined | false | true

Specifies whether the network interface is accelerated networking-enabled.

Optional enableFpga

enableFpga: undefined | false | true

Specifies whether the network interface is FPGA networking-enabled.

Optional enableIPForwarding

enableIPForwarding: undefined | false | true

Whether IP forwarding enabled on this NIC.

Optional ipConfigurations

Specifies the IP configurations of the network interface.

name

name: string

The network interface 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