Freigeben über


CapacityReservationsOperationsExtensions.ListByCapacityReservationGroupNextAsync Methode

Definition

Listet alle Kapazitätsreservierungen in der angegebenen Kapazitätsreservierungsgruppe auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Kapazitätsreservierungen abzurufen.

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

Parameter

operations
ICapacityReservationsOperations

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: