Db2LinkedService コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Db2LinkedService() |
Db2LinkedService クラスの新しいインスタンスを初期化します。 |
Db2LinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, String, Object, SecretBase, Object, Object, Object) |
Db2LinkedService クラスの新しいインスタンスを初期化します。 |
Db2LinkedService()
Db2LinkedService クラスの新しいインスタンスを初期化します。
public Db2LinkedService ();
Public Sub New ()
適用対象
Db2LinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, String, Object, SecretBase, Object, Object, Object)
Db2LinkedService クラスの新しいインスタンスを初期化します。
public Db2LinkedService (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object connectionString = default, object server = default, object database = default, string authenticationType = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object packageCollection = default, object certificateCommonName = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * obj * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional connectionString As Object = Nothing, Optional server As Object = Nothing, Optional database As Object = Nothing, Optional authenticationType As String = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional packageCollection As Object = Nothing, Optional certificateCommonName As Object = Nothing, Optional encryptedCredential As Object = Nothing)
パラメーター
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- connectVia
- IntegrationRuntimeReference
統合ランタイム参照。
- description
- String
リンクされたサービスの説明。
- parameters
- IDictionary<String,ParameterSpecification>
リンクされたサービスのパラメーター。
- connectionString
- Object
接続文字列。 これは、server、database、authenticationType、userName、packageCollection、certificateCommonName プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
- server
- Object
接続のサーバー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
- database
- Object
接続のデータベース名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
- authenticationType
- String
接続に使用する AuthenticationType。 connectionString プロパティと相互に排他的です。 使用可能な値は次のとおりです: 'Basic'
- username
- Object
認証用のユーザー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
- password
- SecretBase
認証用のパスワード。
- packageCollection
- Object
データベースのクエリ時にパッケージが作成される場所。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
- certificateCommonName
- Object
TLS が有効になっている場合の証明書の共通名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
- encryptedCredential
- Object
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
適用対象
Azure SDK for .NET