Compartilhar via


PipelineTopologiesOperationsExtensions.ListNextAsync Método

Definição

Recupera uma lista de topologias de pipeline.

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

Parâmetros

operations
IPipelineTopologiesOperations

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

Comentários

Recupera uma lista de topologias de pipeline que foram adicionadas à conta, se houver, juntamente com sua representação JSON.

Aplica-se a