Freigeben über


CassandraResourcesOperationsExtensions.ListCassandraTablesAsync Methode

Definition

Listet die Cassandra-Tabelle unter einem vorhandenen Azure Cosmos DB-Datenbankkonto auf.

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

Parameter

operations
ICassandraResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

keyspaceName
String

Cosmos DB-Schlüsselraumname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: