CassandraResourcesOperationsExtensions.ListCassandraTables Method

Definition

Lists the Cassandra table under an existing Azure Cosmos DB database account.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.CassandraTableGetResults> ListCassandraTables (this Microsoft.Azure.Management.CosmosDB.ICassandraResourcesOperations operations, string resourceGroupName, string accountName, string keyspaceName);
static member ListCassandraTables : Microsoft.Azure.Management.CosmosDB.ICassandraResourcesOperations * string * string * string -> seq<Microsoft.Azure.Management.CosmosDB.Models.CassandraTableGetResults>
<Extension()>
Public Function ListCassandraTables (operations As ICassandraResourcesOperations, resourceGroupName As String, accountName As String, keyspaceName As String) As IEnumerable(Of CassandraTableGetResults)

Parameters

operations
ICassandraResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

keyspaceName
String

Cosmos DB keyspace name.

Returns

Applies to