次の方法で共有


CosmosDBMongoDBApiLinkedService コンストラクター

定義

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

public CosmosDBMongoDBApiLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> connectionString, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> database);
new Azure.ResourceManager.DataFactory.Models.CosmosDBMongoDBApiLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.CosmosDBMongoDBApiLinkedService
Public Sub New (connectionString As DataFactoryElement(Of String), database As DataFactoryElement(Of String))

パラメーター

connectionString
DataFactoryElement<String>

CosmosDB (MongoDB API) 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。

database
DataFactoryElement<String>

アクセスする CosmosDB (MongoDB API) データベースの名前。 型: string (または resultType 文字列を含む式)。

例外

connectionString または database が null です。

適用対象