次の方法で共有


CosmosDbLinkedService クラス

定義

Microsoft Azure Cosmos Database (CosmosDB) のリンクされたサービス。

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

コンストラクター

CosmosDbLinkedService()

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

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

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

プロパティ

AccountEndpoint

Azure CosmosDB アカウントのエンドポイントを取得または設定します。 型: string (または resultType 文字列を含む式)

AccountKey

Azure CosmosDB アカウントのアカウント キーを取得または設定します。 種類: SecureString または AzureKeyVaultSecretReference。

AdditionalProperties

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

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
AzureCloudType

サービス プリンシパル認証の Azure クラウドの種類を示す値を取得または設定します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。

ConnectionMode

CosmosDB アカウントへのアクセスに使用する接続モードを取得または設定します。 型: string (または resultType 文字列を含む式)。 使用可能な値は次のとおりです: 'Gateway'、'Direct'

ConnectionString

接続文字列を取得または設定します。 型: string、SecureString、または AzureKeyVaultSecretReference。

ConnectVia

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

(継承元 LinkedService)
Credential

認証情報を含む資格情報参照を取得または設定します。

Database

データベースの名前を取得または設定します。 型: string (または resultType 文字列を含む式)

Description

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

(継承元 LinkedService)
EncryptedCredential

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

Parameters

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

(継承元 LinkedService)
ServicePrincipalCredential

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

ServicePrincipalCredentialType

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

ServicePrincipalId

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

Tenant

サービス プリンシパルが属するテナントの名前または ID を取得または設定します。 型: string (または resultType 文字列を含む式)。

メソッド

Validate()

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

適用対象