Partilhar via


FeatureClientExtensions.ListOperationsNextAsync Método

Definição

Lista todas as operações disponíveis da API REST microsoft.features.

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))

Parâmetros

operations
IFeatureClient

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a