次の方法で共有


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

定義

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

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

パラメーター

databaseName
String

Cosmos DB SQL データベースの名前。

例外

databaseName が null です。

適用対象