次の方法で共有


ResponsysLinkedService クラス

定義

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

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

コンストラクター

ResponsysLinkedService()

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

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

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

プロパティ

AdditionalProperties

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

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
ClientId

Responsys アプリケーションに関連付けられているクライアント ID を取得または設定します。 型: string (または resultType 文字列を含む式)。

ClientSecret

Responsys アプリケーションに関連付けられているクライアント シークレットを取得または設定します。 型: string (または resultType 文字列を含む式)。

ConnectVia

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

(継承元 LinkedService)
Description

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

(継承元 LinkedService)
EncryptedCredential

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

Endpoint

Responsys サーバーのエンドポイントを取得または設定します。

Parameters

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

(継承元 LinkedService)
UseEncryptedEndpoints

データ ソース エンドポイントを HTTPS を使用して暗号化するかどうかを取得または設定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

UseHostVerification

SSL 経由で接続するときに、サーバーの証明書のホスト名がサーバーのホスト名と一致するように要求するかどうかを取得または設定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

UsePeerVerification

SSL 経由で接続するときにサーバーの ID を確認するかどうかを取得または設定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

メソッド

Validate()

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

適用対象