次の方法で共有


HttpLinkedService クラス

定義

HTTP ソースのリンクされたサービス。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("HttpServer")]
public class HttpLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("HttpServer")>]
type HttpLinkedService = class
    inherit LinkedService
Public Class HttpLinkedService
Inherits LinkedService
継承
HttpLinkedService
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

HttpLinkedService()

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

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

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

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションが逆シリアル化されます

(継承元 LinkedService)
Annotations

リンクされたサービスの説明に使用できるタグの一覧を取得または設定します。

(継承元 LinkedService)
AuthenticationType

HTTP サーバーへの接続に使用する認証の種類を取得または設定します。 使用できる値は、'Basic'、'Anonymous'、'Digest'、'Windows'、'ClientCertificate' です。

AuthHeaders

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

CertThumbprint

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

ConnectVia

統合ランタイム参照を取得または設定します。

(継承元 LinkedService)
Description

リンクされたサービスの説明を取得または設定します。

(継承元 LinkedService)
EmbeddedCertData

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

EnableServerCertificateValidation

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

EncryptedCredential

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

Parameters

リンクされたサービスのパラメーターを取得または設定します。

(継承元 LinkedService)
Password

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

Url

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

UserName

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

メソッド

Validate()

オブジェクトを検証します。

適用対象