Freigeben über


VirtualMachineScaleSetsOperationsExtensions.GetOSUpgradeHistoryNextAsync Methode

Definition

Ruft eine 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>> GetOSUpgradeHistoryNextAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetOSUpgradeHistoryNextAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoricalStatusInfo>>
<Extension()>
Public Function GetOSUpgradeHistoryNextAsync (operations As IVirtualMachineScaleSetsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of UpgradeOperationHistoricalStatusInfo))

Parameter

operations
IVirtualMachineScaleSetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: