PrestoLinkedService コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrestoLinkedService() |
PrestoLinkedService クラスの新しいインスタンスを初期化します。 |
PrestoLinkedService(Object, Object, Object, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, Object, Object, Object, Object, Object, Object) |
PrestoLinkedService クラスの新しいインスタンスを初期化します。 |
PrestoLinkedService()
PrestoLinkedService クラスの新しいインスタンスを初期化します。
public PrestoLinkedService ();
Public Sub New ()
適用対象
PrestoLinkedService(Object, Object, Object, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, Object, Object, Object, Object, Object, Object)
PrestoLinkedService クラスの新しいインスタンスを初期化します。
public PrestoLinkedService (object host, object serverVersion, object catalog, string authenticationType, 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 port = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object enableSsl = default, object trustedCertPath = default, object useSystemTrustStore = default, object allowHostNameCNMismatch = default, object allowSelfSignedServerCert = default, object timeZoneID = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.PrestoLinkedService : obj * obj * obj * string * 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.PrestoLinkedService
Public Sub New (host As Object, serverVersion As Object, catalog As Object, authenticationType As String, 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 port As Object = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional enableSsl As Object = Nothing, Optional trustedCertPath As Object = Nothing, Optional useSystemTrustStore As Object = Nothing, Optional allowHostNameCNMismatch As Object = Nothing, Optional allowSelfSignedServerCert As Object = Nothing, Optional timeZoneID As Object = Nothing, Optional encryptedCredential As Object = Nothing)
パラメーター
- host
- Object
Presto サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
- serverVersion
- Object
Presto サーバーのバージョン。 (例: 0.148-t)
- catalog
- Object
サーバーに対するすべての要求のカタログ コンテキスト。
- authenticationType
- String
Presto サーバーへの接続に使用する認証メカニズム。 使用可能な値は、'Anonymous'、'LDAP' です。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- connectVia
- IntegrationRuntimeReference
統合ランタイム参照。
- description
- String
リンクされたサービスの説明。
- parameters
- IDictionary<String,ParameterSpecification>
リンクされたサービスのパラメーター。
- port
- Object
Presto サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 8080 です。
- username
- Object
Presto サーバーへの接続に使用されるユーザー名。
- password
- SecretBase
ユーザー名に対応するパスワード。
- enableSsl
- Object
SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
- trustedCertPath
- Object
SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
- useSystemTrustStore
- Object
システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。
- allowHostNameCNMismatch
- Object
SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
- allowSelfSignedServerCert
- Object
サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
- timeZoneID
- Object
接続で使用されるローカルのタイム ゾーン。 このオプションの有効な値は、IANA タイム ゾーン データベースで指定されます。 既定値は、システムのタイム ゾーンです。
- encryptedCredential
- Object
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
適用対象
Azure SDK for .NET