Compartilhar via


TransformsOperationsExtensions.ListNextAsync Método

Definição

Listar Transformações

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

Parâmetros

operations
ITransformsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Lista as Transformações na conta.

Aplica-se a