VirtualMachineScaleSetUpdateNetworkConfiguration 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
VirtualMachineScaleSetUpdateNetworkConfiguration()
public VirtualMachineScaleSetUpdateNetworkConfiguration ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateNetworkConfiguration(String, String, Nullable<Boolean>, Nullable<Boolean>, SubResource, VirtualMachineScaleSetNetworkConfigurationDnsSettings, IList<VirtualMachineScaleSetUpdateIPConfiguration>, Nullable<Boolean>)
public VirtualMachineScaleSetUpdateNetworkConfiguration (string id = default, string name = default, bool? primary = default, bool? enableAcceleratedNetworking = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateIPConfiguration> ipConfigurations = default, bool? enableIPForwarding = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateNetworkConfiguration : string * string * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateIPConfiguration> * Nullable<bool> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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 networkSecurityGroup As SubResource = Nothing, Optional dnsSettings As VirtualMachineScaleSetNetworkConfigurationDnsSettings = Nothing, Optional ipConfigurations As IList(Of VirtualMachineScaleSetUpdateIPConfiguration) = Nothing, Optional enableIPForwarding As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String
- name
- String
- networkSecurityGroup
- SubResource
- ipConfigurations
- IList<VirtualMachineScaleSetUpdateIPConfiguration>