Freigeben über


CassandraDataCentersOperationsExtensions.ListAsync Methode

Definition

Listet alle Rechenzentren in einem bestimmten verwalteten Cassandra-Cluster auf.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.DataCenterResource>> ListAsync (this Microsoft.Azure.Management.CosmosDB.ICassandraDataCentersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.CosmosDB.ICassandraDataCentersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Models.DataCenterResource>>
<Extension()>
Public Function ListAsync (operations As ICassandraDataCentersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of DataCenterResource))

Parameter

operations
ICassandraDataCentersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

clusterName
String

Name des verwalteten Cassandra-Clusters.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: