CosmosDBExtensions.GetCassandraClustersAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.