次の方法で共有


CommonDataServiceForAppsLinkedService クラス

定義

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CommonDataServiceForAppsLinkedService+CommonDataServiceForAppsLinkedServiceConverter))]
public class CommonDataServiceForAppsLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CommonDataServiceForAppsLinkedService+CommonDataServiceForAppsLinkedServiceConverter))>]
type CommonDataServiceForAppsLinkedService = class
    inherit LinkedService
Public Class CommonDataServiceForAppsLinkedService
Inherits LinkedService
継承
CommonDataServiceForAppsLinkedService
属性

コンストラクター

CommonDataServiceForAppsLinkedService(Object, 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'、オンプレミスの Common Data Service for Apps の場合は Ifd の場合は "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 インスタンスにアクセスするためのパスワード。 基底クラスであることに注意 SecretBase してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSecureString含まれますAzureKeyVaultSecretReference

Port

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

ServicePrincipalCredential

Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 基底クラスであることに注意 SecretBase してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSecureString含まれますAzureKeyVaultSecretReference

ServicePrincipalCredentialType

ServicePrincipalCredentialEnum または式からの文字列。

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 文字列を含む式)。

適用対象