次の方法で共有


CommonDataServiceForAppsLinkedService クラス

定義

Common Data Service for Apps のリンクされたサービス。

public class CommonDataServiceForAppsLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type CommonDataServiceForAppsLinkedService = class
    inherit DataFactoryLinkedServiceProperties
Public Class CommonDataServiceForAppsLinkedService
Inherits DataFactoryLinkedServiceProperties
継承
CommonDataServiceForAppsLinkedService

コンストラクター

CommonDataServiceForAppsLinkedService(DataFactoryElement<String>, DataFactoryElement<String>)

CommonDataServiceForAppsLinkedService の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。

例 :

  • BinaryData.FromObjectAsJson("foo")"foo" のペイロードを作成します。
  • BinaryData.FromString("\"foo\"")"foo" のペイロードを作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" } のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

(継承元 DataFactoryLinkedServiceProperties)
Annotations

リンクされたサービスの説明に使用できるタグの一覧。

このプロパティの 要素にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。

例 :

  • BinaryData.FromObjectAsJson("foo")"foo" のペイロードを作成します。
  • BinaryData.FromString("\"foo\"")"foo" のペイロードを作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" } のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

(継承元 DataFactoryLinkedServiceProperties)
AuthenticationType

Common Data Service for Apps サーバーに接続するための認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 オンライン シナリオでのサーバー間認証の 'AADServicePrincipal'。 型: string (または resultType 文字列を含む式)。

ConnectVia

統合ランタイム参照。

(継承元 DataFactoryLinkedServiceProperties)
DeploymentType

Common Data Service for Apps インスタンスのデプロイの種類。 Common Data Service for Apps Online の場合は 'Online'、オンプレミスの Common Data Service for Apps の場合は "OnPremisesWithIfd" と Ifd。 型: string (または resultType 文字列を含む式)。

Description

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

(継承元 DataFactoryLinkedServiceProperties)
EncryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。

HostName

オンプレミスの Common Data Service for Apps サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。

OrganizationName

Common Data Service for Apps インスタンスのorganization名。 プロパティはオンプレミスに必須であり、ユーザーに関連付けられている Common Data Service for Apps インスタンスが複数ある場合はオンラインで必須です。 型: string (または resultType 文字列を含む式)。

Parameters

リンクされたサービスのパラメーター。

(継承元 DataFactoryLinkedServiceProperties)
Password

Common Data Service for Apps インスタンスにアクセスするためのパスワード。

Port

オンプレミスの Common Data Service for Apps サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。

ServicePrincipalCredential

Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。

ServicePrincipalCredentialType

サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。

ServicePrincipalId

サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。

ServiceUri

Microsoft Common Data Service for Apps サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。

Username

Common Data Service for Apps インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

適用対象