次の方法で共有


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

定義

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

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

パラメーター

tableName
String

Cosmos DB Cassandra テーブルの名前。

例外

tableName が null です。

適用対象