Partager via


VirtualMachineScaleSetUpdateNetworkProfile Constructeurs

Définition

Surcharges

VirtualMachineScaleSetUpdateNetworkProfile()

Initialise une nouvelle instance de la classe VirtualMachineScaleSetUpdateNetworkProfile.

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>)

Initialise une nouvelle instance de la classe VirtualMachineScaleSetUpdateNetworkProfile.

VirtualMachineScaleSetUpdateNetworkProfile()

Initialise une nouvelle instance de la classe VirtualMachineScaleSetUpdateNetworkProfile.

public VirtualMachineScaleSetUpdateNetworkProfile ();
Public Sub New ()

S’applique à

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>)

Initialise une nouvelle instance de la classe VirtualMachineScaleSetUpdateNetworkProfile.

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

Paramètres

healthProbe
ApiEntityReference

Référence à une sonde d’équilibreur de charge utilisée pour déterminer l’intégrité d’un instance dans le groupe de machines virtuelles identiques. La référence se présente sous la forme suivante : « /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName} ».

networkInterfaceConfigurations
IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>

Liste des configurations réseau.

S’applique à