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