Freigeben über


CosmosDBExtensions.GetCassandraClusters Methode

Definition

Überlädt

GetCassandraClusters(ResourceGroupResource)

Ruft eine Auflistung von CassandraClusterResources in resourceGroupResource ab.

GetCassandraClusters(SubscriptionResource, CancellationToken)

Listet alle verwalteten Cassandra-Cluster in diesem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters
  • Vorgang IdCassandraClusters_ListBySubscription

GetCassandraClusters(ResourceGroupResource)

Ruft eine Auflistung von CassandraClusterResources in resourceGroupResource ab.

public static Azure.ResourceManager.CosmosDB.CassandraClusterCollection GetCassandraClusters (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetCassandraClusters : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.CosmosDB.CassandraClusterCollection
<Extension()>
Public Function GetCassandraClusters (resourceGroupResource As ResourceGroupResource) As CassandraClusterCollection

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

Ein Objekt, das die Auflistung von CassandraClusterResources und deren Vorgänge über eine CassandraClusterResource darstellt.

Gilt für:

GetCassandraClusters(SubscriptionResource, CancellationToken)

Listet alle verwalteten Cassandra-Cluster in diesem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters
  • Vorgang IdCassandraClusters_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.CosmosDB.CassandraClusterResource> GetCassandraClusters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCassandraClusters : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.CassandraClusterResource>
<Extension()>
Public Function GetCassandraClusters (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von, bei der CassandraClusterResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: