CosmosDBAccountImpl.GetCassandraKeyspaceAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace> GetCassandraKeyspaceAsync (string databaseName, System.Threading.CancellationToken cancellationToken = default);
member this.GetCassandraKeyspaceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>
Public Function GetCassandraKeyspaceAsync (databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ICassandraKeyspace)

Parameters

databaseName
String
cancellationToken
CancellationToken

Returns

Applies to