Freigeben über


CapacityReservationGroupsOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Listet alle Kapazitätsreservierungsgruppen in der angegebenen Ressourcengruppe 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>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.Compute.ICapacityReservationGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : 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 ListByResourceGroupNextAsync (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

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: