共用方式為


VirtualMachineScaleSetUpdateNetworkProfile Constructors

Definition

Overloads

VirtualMachineScaleSetUpdateNetworkProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfiguration>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

VirtualMachineScaleSetUpdateNetworkProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

public VirtualMachineScaleSetUpdateNetworkProfile ();
Public Sub New ()

Applies to

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfiguration>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

public VirtualMachineScaleSetUpdateNetworkProfile (Microsoft.Azure.Management.Compute.Models.ApiEntityReference healthProbe = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations = default, string networkApiVersion = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile : Microsoft.Azure.Management.Compute.Models.ApiEntityReference * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile
Public Sub New (Optional healthProbe As ApiEntityReference = Nothing, Optional networkInterfaceConfigurations As IList(Of VirtualMachineScaleSetUpdateNetworkConfiguration) = Nothing, Optional networkApiVersion As String = Nothing)

Parameters

healthProbe
ApiEntityReference

A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.

networkInterfaceConfigurations
IList<VirtualMachineScaleSetUpdateNetworkConfiguration>

The list of network configurations.

networkApiVersion
String

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'. Possible values include: '2020-11-01'

Applies to