次の方法で共有


CassandraTableResourceInfo(String) コンストラクター

定義

CassandraTableResourceInfo の新しいインスタンスを初期化します。

public CassandraTableResourceInfo (string tableName);
new Azure.ResourceManager.CosmosDB.Models.CassandraTableResourceInfo : string -> Azure.ResourceManager.CosmosDB.Models.CassandraTableResourceInfo
Public Sub New (tableName As String)

パラメーター

tableName
String

Cosmos DB Cassandra テーブルの名前。

例外

tableName が null です。

適用対象