Partager via


ClustersOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertorie les clusters Event Hubs disponibles dans un groupe de ressources 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))

Paramètres

operations
IClustersOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à