ClustersOperationsExtensions.ListBySubscriptionNextAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista os Clusters de Hubs de Eventos disponíveis em um grupo de recursos do ARM
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Cluster>> ListBySubscriptionNextAsync (this Microsoft.Azure.Management.EventHub.IClustersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : Microsoft.Azure.Management.EventHub.IClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Cluster>>
<Extension()>
Public Function ListBySubscriptionNextAsync (operations As IClustersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Cluster))
Parâmetros
- operations
- IClustersOperations
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET