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

定義

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

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

パラメーター

collectionName
String

Cosmos DB MongoDB コレクションの名前。

例外

collectionName が null です。

適用対象