VirtualMachineScaleSetUpdateNetworkConfigurationInner Constructors
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.
Overloads
VirtualMachineScaleSetUpdateNetworkConfigurationInner() |
Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfigurationInner class. |
VirtualMachineScaleSetUpdateNetworkConfigurationInner(String, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfigurationInner>, Nullable<Boolean>) |
Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfigurationInner class. |
VirtualMachineScaleSetUpdateNetworkConfigurationInner()
Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfigurationInner class.
public VirtualMachineScaleSetUpdateNetworkConfigurationInner ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateNetworkConfigurationInner(String, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfigurationInner>, Nullable<Boolean>)
Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkConfigurationInner class.
public VirtualMachineScaleSetUpdateNetworkConfigurationInner (string id = default, string name = default, bool? primary = default, bool? enableAcceleratedNetworking = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateIPConfigurationInner> ipConfigurations = default, bool? enableIPForwarding = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkConfigurationInner : string * string * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateIPConfigurationInner> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkConfigurationInner
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 networkSecurityGroup As SubResource = Nothing, Optional dnsSettings As VirtualMachineScaleSetNetworkConfigurationDnsSettings = Nothing, Optional ipConfigurations As IList(Of VirtualMachineScaleSetUpdateIPConfigurationInner) = Nothing, Optional enableIPForwarding As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String
- name
- String
The network configuration name.
Specifies whether the network interface is accelerated networking-enabled.
- networkSecurityGroup
- SubResource
The network security group.
The dns settings to be applied on the network interfaces.
- ipConfigurations
- IList<VirtualMachineScaleSetUpdateIPConfigurationInner>
The virtual machine scale set IP Configuration.
Applies to
Azure SDK for .NET