OracleLinkedService interface

Oracle 데이터베이스.

Extends

속성

connectionString

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

encryptedCredential

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

password

연결 문자열 암호의 Azure Key Vault 비밀 참조입니다.

type

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

상속된 속성

annotations

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

connectVia

통합 런타임 참조입니다.

description

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

parameters

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

속성 세부 정보

connectionString

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

connectionString: any

속성 값

any

encryptedCredential

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

encryptedCredential?: string

속성 값

string

password

연결 문자열 암호의 Azure Key Vault 비밀 참조입니다.

password?: AzureKeyVaultSecretReference

속성 값

type

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

type: "Oracle"

속성 값

"Oracle"

상속된 속성 세부 정보

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에서 상속됨