次の方法で共有


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

定義

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

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

パラメーター

containerName
String

Cosmos DB SQL コンテナーの名前。

例外

containerName が null です。

適用対象