VirtualMachineNetworkInterfaceConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a virtual machine network interface configurations.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineNetworkInterfaceConfiguration
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineNetworkInterfaceConfiguration = class
Public Class VirtualMachineNetworkInterfaceConfiguration
- Inheritance
-
VirtualMachineNetworkInterfaceConfiguration
- Attributes
Constructors
VirtualMachineNetworkInterfaceConfiguration() |
Initializes a new instance of the VirtualMachineNetworkInterfaceConfiguration class. |
VirtualMachineNetworkInterfaceConfiguration(String, IList<VirtualMachineNetworkInterfaceIPConfiguration>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineNetworkInterfaceDnsSettingsConfiguration, SubResource) |
Initializes a new instance of the VirtualMachineNetworkInterfaceConfiguration class. |
VirtualMachineNetworkInterfaceConfiguration(String, IList<VirtualMachineNetworkInterfaceIPConfiguration>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineNetworkInterfaceDnsSettingsConfiguration, SubResource) |
Initializes a new instance of the VirtualMachineNetworkInterfaceConfiguration class. |
Properties
DeleteOption |
Gets or sets specify what happens to the network interface when the VM is deleted. Possible values include: 'Delete', 'Detach' |
DisableTcpStateTracking |
Gets or sets specifies whether the network interface is disabled for tcp state tracking. |
DnsSettings |
Gets or sets the dns settings to be applied on the network interfaces. |
DscpConfiguration | |
EnableAcceleratedNetworking |
Gets or sets specifies whether the network interface is accelerated networking-enabled. |
EnableFpga |
Gets or sets specifies whether the network interface is FPGA networking-enabled. |
EnableIPForwarding |
Gets or sets whether IP forwarding enabled on this NIC. |
IpConfigurations |
Gets or sets specifies the IP configurations of the network interface. |
Name |
Gets or sets the network interface configuration name. |
NetworkSecurityGroup |
Gets or sets the network security group. |
Primary |
Gets or sets specifies the primary network interface in case the virtual machine has more than 1 network interface. |
Methods
Validate() |
Validate the object. |