VirtualMachineScaleSetUpdateNetworkProfile Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET