Freigeben über


VirtualMachineScaleSetRollingUpgradesOperationsExtensions.GetLatestAsync Methode

Definition

Ruft die status des aktuellen parallelen Upgrades der VM-Skalierungsgruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusInfo> GetLatestAsync(this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetRollingUpgradesOperations operations, string resourceGroupName, string vmScaleSetName, System.Threading.CancellationToken cancellationToken = default);
static member GetLatestAsync : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetRollingUpgradesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusInfo>
<Extension()>
Public Function GetLatestAsync (operations As IVirtualMachineScaleSetRollingUpgradesOperations, resourceGroupName As String, vmScaleSetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RollingUpgradeStatusInfo)

Parameter

operations
IVirtualMachineScaleSetRollingUpgradesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

vmScaleSetName
String

Der Name der VM-Skalierungsgruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: