Compartilhar via


StreamingLocatorsOperationsExtensions.ListNextAsync Método

Definição

Listar localizadores de streaming

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

Parâmetros

operations
IStreamingLocatorsOperations

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 os Localizadores de Streaming na conta

Aplica-se a