Freigeben über


CloudServiceOperatingSystemsOperationsExtensions.ListOSVersionsNextAsync Methode

Definition

Ruft eine Liste aller Gastbetriebssystemversionen ab, die in der XML-Dienstkonfiguration (.cscfg) für einen Clouddienst angegeben werden können. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Betriebssystemversionen abzurufen. Führen Sie dies aus, bis nextLink null ist, um alle Betriebssystemversionen abzurufen.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.OSVersion>> ListOSVersionsNextAsync (this Microsoft.Azure.Management.Compute.ICloudServiceOperatingSystemsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOSVersionsNextAsync : Microsoft.Azure.Management.Compute.ICloudServiceOperatingSystemsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.OSVersion>>
<Extension()>
Public Function ListOSVersionsNextAsync (operations As ICloudServiceOperatingSystemsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OSVersion))

Parameter

operations
ICloudServiceOperatingSystemsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: