Freigeben über


VirtualMachineScaleSetRollingUpgradesOperationsExtensions.GetLatestAsync Methode

Definition

Ruft die status des neuesten fortlaufenden Upgrades für VM-Skalierungsgruppen ab.

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

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: