CosmosDBAccountImpl.ICosmosDBAccount.ListCassandraKeyspacesAsync Method

Definition

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>> ICosmosDBAccount.ListCassandraKeyspacesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount.ListCassandraKeyspacesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>>
override this.Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount.ListCassandraKeyspacesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraKeyspace>>
Function ListCassandraKeyspacesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ICassandraKeyspace)) Implements ICosmosDBAccount.ListCassandraKeyspacesAsync

Parameters

cancellationToken
CancellationToken

Returns

Implements

Applies to