次の方法で共有


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

定義

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

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

パラメーター

tableName
String

Cosmos DB テーブルの名前。

例外

tableName が null です。

適用対象