VirtualMachineScaleSetNetworkConfigurationInner 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
VirtualMachineScaleSetNetworkConfigurationInner() |
Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationInner class. |
VirtualMachineScaleSetNetworkConfigurationInner(String, IList<VirtualMachineScaleSetIPConfigurationInner>, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, Nullable<Boolean>) |
Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationInner class. |
VirtualMachineScaleSetNetworkConfigurationInner()
Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationInner class.
public VirtualMachineScaleSetNetworkConfigurationInner ();
Public Sub New ()
Applies to
VirtualMachineScaleSetNetworkConfigurationInner(String, IList<VirtualMachineScaleSetIPConfigurationInner>, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, Nullable<Boolean>)
Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationInner class.
public VirtualMachineScaleSetNetworkConfigurationInner (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetIPConfigurationInner> ipConfigurations, string id = default, bool? primary = default, bool? enableAcceleratedNetworking = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings = default, bool? enableIPForwarding = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetIPConfigurationInner> * string * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings * Nullable<bool> -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationInner
Public Sub New (name As String, ipConfigurations As IList(Of VirtualMachineScaleSetIPConfigurationInner), Optional id 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 enableIPForwarding As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
The network configuration name.
- ipConfigurations
- IList<VirtualMachineScaleSetIPConfigurationInner>
Specifies the IP configurations of the network interface.
- id
- String
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
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.