VirtualMachineScaleSetUpdateNetworkProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
VirtualMachineScaleSetUpdateNetworkProfile() |
Initialisiert eine neue instance der VirtualMachineScaleSetUpdateNetworkProfile-Klasse. |
VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfiguration>, String) |
Initialisiert eine neue instance der VirtualMachineScaleSetUpdateNetworkProfile-Klasse. |
VirtualMachineScaleSetUpdateNetworkProfile()
Initialisiert eine neue instance der VirtualMachineScaleSetUpdateNetworkProfile-Klasse.
public VirtualMachineScaleSetUpdateNetworkProfile ();
Public Sub New ()
Gilt für:
VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfiguration>, String)
Initialisiert eine neue instance der VirtualMachineScaleSetUpdateNetworkProfile-Klasse.
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)
Parameter
- healthProbe
- ApiEntityReference
Ein Verweis auf einen Lastenausgleichstest, der verwendet wird, um die Integrität eines instance in der VM-Skalierungsgruppe zu bestimmen. Die Referenz hat die Folgende: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
- networkInterfaceConfigurations
- IList<VirtualMachineScaleSetUpdateNetworkConfiguration>
Die Liste der Netzwerkkonfigurationen.
- networkApiVersion
- String
gibt die Microsoft.Network-API-Version an, die beim Erstellen von Netzwerkressourcen im Netzwerkschnittstellenkonfigurationen für VM-Skalierungsgruppen mit Orchestrierungsmodus "Flexible" verwendet wird. Mögliche Werte sind : "2020-11-01"
Gilt für:
Azure SDK for .NET