Freigeben über


QuotaOperationOperationsExtensions.ListNextAsync Methode

Definition

GET-Kontingentvorgänge.

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

Parameter

operations
IQuotaOperationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Vorgänge auf, die vom Microsoft.Quota-Ressourcenanbieter unterstützt werden.

Gilt für: