次の方法で共有


ZohoLinkedService クラス

定義

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

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

コンストラクター

ZohoLinkedService()

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

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

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

プロパティ

AccessToken

Zoho 認証のアクセス トークンを取得または設定します。

AdditionalProperties

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

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
ConnectionProperties

Zoho への接続に使用されるプロパティを取得または設定します。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。

ConnectVia

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

(継承元 LinkedService)
Description

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

(継承元 LinkedService)
EncryptedCredential

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

Endpoint

Zoho サーバーのエンドポイントを取得または設定します。 (つまり、crm.zoho.com/crm/private)

Parameters

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

(継承元 LinkedService)
UseEncryptedEndpoints

データ ソース エンドポイントを HTTPS を使用して暗号化するかどうかを取得または設定します。 既定値は、true です。

UseHostVerification

SSL 経由で接続するときに、サーバーの証明書のホスト名をサーバーのホスト名と一致するように要求するかどうかを取得または設定します。 既定値は、true です。

UsePeerVerification

SSL 経由で接続するときにサーバーの ID を確認するかどうかを取得または設定します。 既定値は、true です。

メソッド

Validate()

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

適用対象