Delen via


VirtualMachineScaleSetUpdateNetworkConfiguration Constructors

Definition

Overloads

VirtualMachineScaleSetUpdateNetworkConfiguration()

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

VirtualMachineScaleSetUpdateNetworkConfiguration(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfiguration>, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

VirtualMachineScaleSetUpdateNetworkConfiguration(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfiguration>, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

VirtualMachineScaleSetUpdateNetworkConfiguration(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfiguration>, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

VirtualMachineScaleSetUpdateNetworkConfiguration()

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

public VirtualMachineScaleSetUpdateNetworkConfiguration ();
Public Sub New ()

Applies to

VirtualMachineScaleSetUpdateNetworkConfiguration(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfiguration>, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

public VirtualMachineScaleSetUpdateNetworkConfiguration (string name = default, bool? primary = default, bool? enableAcceleratedNetworking = default, bool? disableTcpStateTracking = default, bool? enableFpga = default, Microsoft.Azure.Management.Compute.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> ipConfigurations = default, bool? enableIPForwarding = default, string deleteOption = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration : string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> * Nullable<bool> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration
Public Sub New (Optional name As String = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional enableAcceleratedNetworking As Nullable(Of Boolean) = Nothing, Optional disableTcpStateTracking As Nullable(Of Boolean) = Nothing, Optional enableFpga As Nullable(Of Boolean) = Nothing, Optional networkSecurityGroup As SubResource = Nothing, Optional dnsSettings As VirtualMachineScaleSetNetworkConfigurationDnsSettings = Nothing, Optional ipConfigurations As IList(Of VirtualMachineScaleSetUpdateIPConfiguration) = Nothing, Optional enableIPForwarding As Nullable(Of Boolean) = Nothing, Optional deleteOption As String = Nothing)

Parameters

name
String

The network configuration name.

primary
Nullable<Boolean>

Whether this is a primary NIC on a virtual machine.

enableAcceleratedNetworking
Nullable<Boolean>

Specifies whether the network interface is accelerated networking-enabled.

disableTcpStateTracking
Nullable<Boolean>

Specifies whether the network interface is disabled for tcp state tracking.

enableFpga
Nullable<Boolean>

Specifies whether the network interface is FPGA networking-enabled.

networkSecurityGroup
SubResource

The network security group.

dnsSettings
VirtualMachineScaleSetNetworkConfigurationDnsSettings

The dns settings to be applied on the network interfaces.

ipConfigurations
IList<VirtualMachineScaleSetUpdateIPConfiguration>

The virtual machine scale set IP Configuration.

enableIPForwarding
Nullable<Boolean>

Whether IP forwarding enabled on this NIC.

deleteOption
String

Specify what happens to the network interface when the VM is deleted. Possible values include: 'Delete', 'Detach'

Applies to

VirtualMachineScaleSetUpdateNetworkConfiguration(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfiguration>, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

public VirtualMachineScaleSetUpdateNetworkConfiguration (string id, string name, bool? primary, bool? enableAcceleratedNetworking, bool? enableFpga, Microsoft.Azure.Management.Compute.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> ipConfigurations = default, bool? enableIPForwarding = default, string deleteOption = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration : string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> * Nullable<bool> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration
Public Sub New (id As String, name As String, primary As Nullable(Of Boolean), enableAcceleratedNetworking As Nullable(Of Boolean), enableFpga As Nullable(Of Boolean), Optional networkSecurityGroup As SubResource = Nothing, Optional dnsSettings As VirtualMachineScaleSetNetworkConfigurationDnsSettings = Nothing, Optional ipConfigurations As IList(Of VirtualMachineScaleSetUpdateIPConfiguration) = Nothing, Optional enableIPForwarding As Nullable(Of Boolean) = Nothing, Optional deleteOption As String = Nothing)

Parameters

id
String

Resource Id

name
String

The network configuration name.

primary
Nullable<Boolean>

Whether this is a primary NIC on a virtual machine.

enableAcceleratedNetworking
Nullable<Boolean>

Specifies whether the network interface is accelerated networking-enabled.

enableFpga
Nullable<Boolean>

Specifies whether the network interface is FPGA networking-enabled.

networkSecurityGroup
SubResource

The network security group.

dnsSettings
VirtualMachineScaleSetNetworkConfigurationDnsSettings

The dns settings to be applied on the network interfaces.

ipConfigurations
IList<VirtualMachineScaleSetUpdateIPConfiguration>

The virtual machine scale set IP Configuration.

enableIPForwarding
Nullable<Boolean>

Whether IP forwarding enabled on this NIC.

deleteOption
String

Specify what happens to the network interface when the VM is deleted. Possible values include: 'Delete', 'Detach'

Applies to

VirtualMachineScaleSetUpdateNetworkConfiguration(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfiguration>, Nullable<Boolean>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfiguration class.

public VirtualMachineScaleSetUpdateNetworkConfiguration (string id = default, string name = default, bool? primary = default, bool? enableAcceleratedNetworking = default, bool? disableTcpStateTracking = default, bool? enableFpga = default, Microsoft.Azure.Management.Compute.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> ipConfigurations = default, bool? enableIPForwarding = default, string deleteOption = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration : string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> * Nullable<bool> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional enableAcceleratedNetworking As Nullable(Of Boolean) = Nothing, Optional disableTcpStateTracking As Nullable(Of Boolean) = Nothing, Optional enableFpga As Nullable(Of Boolean) = Nothing, Optional networkSecurityGroup As SubResource = Nothing, Optional dnsSettings As VirtualMachineScaleSetNetworkConfigurationDnsSettings = Nothing, Optional ipConfigurations As IList(Of VirtualMachineScaleSetUpdateIPConfiguration) = Nothing, Optional enableIPForwarding As Nullable(Of Boolean) = Nothing, Optional deleteOption As String = Nothing)

Parameters

id
String

Resource Id

name
String

The network configuration name.

primary
Nullable<Boolean>

Whether this is a primary NIC on a virtual machine.

enableAcceleratedNetworking
Nullable<Boolean>

Specifies whether the network interface is accelerated networking-enabled.

disableTcpStateTracking
Nullable<Boolean>

Specifies whether the network interface is disabled for tcp state tracking.

enableFpga
Nullable<Boolean>

Specifies whether the network interface is FPGA networking-enabled.

networkSecurityGroup
SubResource

The network security group.

dnsSettings
VirtualMachineScaleSetNetworkConfigurationDnsSettings

The dns settings to be applied on the network interfaces.

ipConfigurations
IList<VirtualMachineScaleSetUpdateIPConfiguration>

The virtual machine scale set IP Configuration.

enableIPForwarding
Nullable<Boolean>

Whether IP forwarding enabled on this NIC.

deleteOption
String

Specify what happens to the network interface when the VM is deleted. Possible values include: 'Delete', 'Detach'

Applies to