次の方法で共有


HttpLinkedService コンストラクター

定義

オーバーロード

HttpLinkedService()

HttpLinkedService クラスの新しいインスタンスを初期化します。

HttpLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, String, Object, SecretBase, Object, Object, Object, Object, Object)

HttpLinkedService クラスの新しいインスタンスを初期化します。

HttpLinkedService()

HttpLinkedService クラスの新しいインスタンスを初期化します。

public HttpLinkedService();
Public Sub New ()

適用対象

HttpLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, String, Object, SecretBase, Object, Object, Object, Object, Object)

HttpLinkedService クラスの新しいインスタンスを初期化します。

public HttpLinkedService(object url, 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, string authenticationType = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object authHeaders = default, object embeddedCertData = default, object certThumbprint = default, object encryptedCredential = default, object enableServerCertificateValidation = default);
new Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService : obj * 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> * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService
Public Sub New (url As Object, 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 authenticationType As String = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional authHeaders As Object = Nothing, Optional embeddedCertData As Object = Nothing, Optional certThumbprint As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional enableServerCertificateValidation As Object = Nothing)

パラメーター

url
Object

HTTP エンドポイントのベース URL (例: )。 https://www.microsoft.com 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

description
String

リンクされたサービスの説明。

parameters
IDictionary<String,ParameterSpecification>

リンクされたサービスのパラメーター。

annotations
IList<Object>

リンクされたサービスの説明に使用できるタグの一覧。

authenticationType
String

HTTP サーバーへの接続に使用する認証の種類。 使用できる値は、'Basic'、'Anonymous'、'Digest'、'Windows'、'ClientCertificate' です。

userName
Object

Basic、Digest、またはWindows 認証のユーザー名。 型: string (または resultType 文字列を含む式)。

password
SecretBase

EmbeddedCertData 認証を使用した Basic、Digest、Windows、または ClientCertificate のパスワード。

authHeaders
Object

承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: object (または resultType オブジェクトを持つ Expression)。

embeddedCertData
Object

ClientCertificate 認証用の Base64 でエンコードされた証明書データ。 ClientCertificate 認証を使用したオンプレミスのコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。

certThumbprint
Object

ClientCertificate 認証の証明書の拇印。 オンプレミスのコピーに対してのみ有効です。 ClientCertificate 認証を使用したオンプレミスのコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。

encryptedCredential
Object

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

enableServerCertificateValidation
Object

true の場合は、HTTPS サーバー SSL 証明書を検証します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。

適用対象