CosmosDbLinkedService interface

Microsoft Azure Cosmos Database(CosmosDB) 연결된 서비스입니다.

Extends

속성

accountEndpoint

Azure CosmosDB 계정의 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식)

accountKey

Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference.

azureCloudType

서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

connectionMode

CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다.

connectionString

연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

credential

인증 정보를 포함하는 자격 증명 참조입니다.

database

데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식)

encryptedCredential

인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다.

servicePrincipalCredential

Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다.

servicePrincipalCredentialType

서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다.

servicePrincipalId

서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

tenant

서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

상속된 속성

annotations

연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다.

connectVia

통합 런타임 참조입니다.

description

연결된 서비스 설명입니다.

parameters

연결된 서비스에 대한 매개 변수입니다.

속성 세부 정보

accountEndpoint

Azure CosmosDB 계정의 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식)

accountEndpoint?: any

속성 값

any

accountKey

Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference.

accountKey?: SecretBaseUnion

속성 값

azureCloudType

서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

azureCloudType?: any

속성 값

any

connectionMode

CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다.

connectionMode?: string

속성 값

string

connectionString

연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

connectionString?: any

속성 값

any

credential

인증 정보를 포함하는 자격 증명 참조입니다.

credential?: CredentialReference

속성 값

database

데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식)

database?: any

속성 값

any

encryptedCredential

인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다.

encryptedCredential?: string

속성 값

string

servicePrincipalCredential

Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다.

servicePrincipalCredential?: SecretBaseUnion

속성 값

servicePrincipalCredentialType

서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다.

servicePrincipalCredentialType?: any

속성 값

any

servicePrincipalId

서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

servicePrincipalId?: any

속성 값

any

tenant

서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

tenant?: any

속성 값

any

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "CosmosDb"

속성 값

"CosmosDb"

상속된 속성 세부 정보

annotations

연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다.

annotations?: any[]

속성 값

any[]

LinkedService.annotations에서 상속

connectVia

통합 런타임 참조입니다.

connectVia?: IntegrationRuntimeReference

속성 값

LinkedService.connectVia에서 상속됨

description

연결된 서비스 설명입니다.

description?: string

속성 값

string

LinkedService.description에서 상속됨

parameters

연결된 서비스에 대한 매개 변수입니다.

parameters?: {[propertyName: string]: ParameterSpecification}

속성 값

{[propertyName: string]: ParameterSpecification}

LinkedService.parameters에서 상속됨