次の方法で共有


MagentoLinkedService クラス

定義

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

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

コンストラクター

MagentoLinkedService()

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

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

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

プロパティ

AccessToken

Magento からアクセス トークンを取得または設定します。

AdditionalProperties

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

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
ConnectVia

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

(継承元 LinkedService)
Description

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

(継承元 LinkedService)
EncryptedCredential

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

Host

Magento インスタンスの URL を取得または設定します。 (つまり、192.168.222.110/magento3)

Parameters

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

(継承元 LinkedService)
UseEncryptedEndpoints

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

UseHostVerification

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

UsePeerVerification

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

メソッド

Validate()

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

適用対象