MongoDBV2LinkedService クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MongoDB データ ソースのリンクされたサービス。
public class MongoDBV2LinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type MongoDBV2LinkedService = class
inherit DataFactoryLinkedServiceProperties
Public Class MongoDBV2LinkedService
Inherits DataFactoryLinkedServiceProperties
- 継承
コンストラクター
MongoDBV2LinkedService(DataFactoryElement<String>, DataFactoryElement<String>) |
MongoDBV2LinkedService の新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
[追加のプロパティ] このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)。 例 :
|
Annotations |
リンクされたサービスの説明に使用できるタグの一覧。 このプロパティの 要素にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)。 例 :
|
ConnectionString |
MongoDB 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。 |
ConnectVia |
統合ランタイム参照。 (継承元 DataFactoryLinkedServiceProperties) |
Database |
アクセスする MongoDB データベースの名前。 型: string (または resultType 文字列を含む式)。 |
Description |
リンクされたサービスの説明。 (継承元 DataFactoryLinkedServiceProperties) |
Parameters |
リンクされたサービスのパラメーター。 (継承元 DataFactoryLinkedServiceProperties) |