次の方法で共有


CommonDataServiceForAppsLinkedService クラス

定義

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

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

コンストラクター

CommonDataServiceForAppsLinkedService()

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

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

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

プロパティ

AdditionalProperties

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

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
AuthenticationType

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

ConnectVia

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

(継承元 LinkedService)
DeploymentType

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

Description

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

(継承元 LinkedService)
EncryptedCredential

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

HostName

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

OrganizationName

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

Parameters

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

(継承元 LinkedService)
Password

Common Data Service for Apps インスタンスにアクセスするためのパスワードを取得または設定します。

Port

オンプレミスの Common Data Service for Apps サーバーのポートを取得または設定します。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: 整数 (または 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 文字列を含む式)。

メソッド

Validate()

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

適用対象