Compartilhar via


StreamingEndpointsOperationsExtensions.ListNextAsync Método

Definição

Listar StreamingEndpoints

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

Parâmetros

operations
IStreamingEndpointsOperations

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

Lista os pontos de extremidade de streaming na conta.

Aplica-se a