CassandraClustersOperationsExtensions.ListBySubscriptionAsync Méthode

Définition

Répertoriez tous les clusters Cassandra managés dans cet abonnement.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.ClusterResource>> ListBySubscriptionAsync (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Models.ClusterResource>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As ICassandraClustersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ClusterResource))

Paramètres

operations
ICassandraClustersOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à