次の方法で共有


HubspotLinkedService クラス

定義

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

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

コンストラクター

HubspotLinkedService()

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

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

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

プロパティ

AccessToken

OAuth 統合を最初に認証するときに取得するアクセス トークンを取得または設定します。

AdditionalProperties

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

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
ClientId

Hubspot アプリケーションに関連付けられているクライアント ID を取得または設定します。

ClientSecret

Hubspot アプリケーションに関連付けられているクライアント シークレットを取得または設定します。

ConnectVia

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

(継承元 LinkedService)
Description

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

(継承元 LinkedService)
EncryptedCredential

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

Parameters

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

(継承元 LinkedService)
RefreshToken

OAuth 統合を最初に認証するときに取得する更新トークンを取得または設定します。

UseEncryptedEndpoints

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

UseHostVerification

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

UsePeerVerification

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

メソッド

Validate()

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

適用対象