Freigeben über


FeatureClientExtensions.ListOperationsNextAsync Methode

Definition

Listet alle verfügbaren Microsoft.Features-REST-API-Vorgänge auf.

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

Parameter

operations
IFeatureClient

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: