Freigeben über


CapacityReservationGroupsOperationsExtensions.ListBySubscriptionNextAsync Methode

Definition

Listet alle Kapazitätsreservierungsgruppen im Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Kapazitätsreservierungsgruppen abzurufen.

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

Parameter

operations
ICapacityReservationGroupsOperations

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: