VirtualMachineScaleSetNetworkProfile Constructors
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.
VirtualMachineScaleSetNetworkProfile() | |
VirtualMachineScaleSetNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetNetworkConfiguration>) |
C#
public VirtualMachineScaleSetNetworkProfile ();
Public Sub New ()
Applies to
Azure - PowerShell Commands Latest i inne wersje
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |
VirtualMachineScaleSetNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetNetworkConfiguration>)
C#
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>
Applies to
Azure - PowerShell Commands Latest i inne wersje
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |