Virtual Machine Network Interface Configuration Response
data class VirtualMachineNetworkInterfaceConfigurationResponse(val deleteOption: String? = null, val dnsSettings: VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse? = null, val dscpConfiguration: SubResourceResponse? = null, val enableAcceleratedNetworking: Boolean? = null, val enableFpga: Boolean? = null, val enableIPForwarding: Boolean? = null, val ipConfigurations: List<VirtualMachineNetworkInterfaceIPConfigurationResponse>, val name: String, val networkSecurityGroup: SubResourceResponse? = null, val primary: Boolean? = null)
Describes a virtual machine network interface configurations.
Constructors
Link copied to clipboard
constructor(deleteOption: String? = null, dnsSettings: VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse? = null, dscpConfiguration: SubResourceResponse? = null, enableAcceleratedNetworking: Boolean? = null, enableFpga: Boolean? = null, enableIPForwarding: Boolean? = null, ipConfigurations: List<VirtualMachineNetworkInterfaceIPConfigurationResponse>, name: String, networkSecurityGroup: SubResourceResponse? = null, primary: Boolean? = null)
Properties
Link copied to clipboard
Specify what happens to the network interface when the VM is deleted
Link copied to clipboard
The dns settings to be applied on the network interfaces.
Link copied to clipboard
Link copied to clipboard
Specifies whether the network interface is accelerated networking-enabled.
Link copied to clipboard
Specifies whether the network interface is FPGA networking-enabled.
Link copied to clipboard
Whether IP forwarding enabled on this NIC.
Link copied to clipboard
Specifies the IP configurations of the network interface.
Link copied to clipboard
The network security group.