VirtualMachineScaleSetUpdateNetworkProfile 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
VirtualMachineScaleSetUpdateNetworkProfile() | |
VirtualMachineScaleSetUpdateNetworkProfile(IList<VirtualMachineScaleSetUpdateNetworkConfiguration>) |
VirtualMachineScaleSetUpdateNetworkProfile()
public VirtualMachineScaleSetUpdateNetworkProfile ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateNetworkProfile(IList<VirtualMachineScaleSetUpdateNetworkConfiguration>)
public VirtualMachineScaleSetUpdateNetworkProfile (System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateNetworkProfile : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateNetworkConfiguration> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateNetworkProfile
Public Sub New (Optional networkInterfaceConfigurations As IList(Of VirtualMachineScaleSetUpdateNetworkConfiguration) = Nothing)
Parameters
- networkInterfaceConfigurations
- IList<VirtualMachineScaleSetUpdateNetworkConfiguration>