次の方法で共有


ICosmosDBAccount.GetCassandraKeyspaceAsync(String, CancellationToken) メソッド

定義

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

パラメーター

name
String

Cassandra キースペースの名前。

cancellationToken
CancellationToken

戻り値

特定の Cassandra キースペース。

適用対象