Freigeben über


VirtualMachineScaleSetsOperationsExtensions.GetOSUpgradeHistoryAsync Methode

Definition

Ruft die Liste der Betriebssystemupgrades für eine VM-Skalierungsgruppe instance ab.

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

Parameter

operations
IVirtualMachineScaleSetsOperations

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: