Freigeben über


CloudServicesOperationsExtensions.ListAllNextAsync Methode

Definition

Ruft unabhängig von der zugeordneten Ressourcengruppe eine Liste aller Clouddienste im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Cloud Services abzurufen. Führen Sie dies aus, bis nextLink null ist, um alle Cloud Services abzurufen.

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

Parameter

operations
ICloudServicesOperations

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: