Freigeben über


CosmosDBExtensions.GetCassandraClustersAsync Methode

Definition

Listet alle verwalteten Cassandra-Cluster in diesem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters
  • Vorgang IdCassandraClusters_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CassandraClusterResource> GetCassandraClustersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCassandraClustersAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CassandraClusterResource>
<Extension()>
Public Function GetCassandraClustersAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CassandraClusterResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der CassandraClusterResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: