AzureStorageLinkedService interface

스토리지 계정 연결된 서비스입니다.

Extends

속성

accountKey

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

connectionString

연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

encryptedCredential

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

sasToken

sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다.

sasUri

Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

type

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

상속된 속성

annotations

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

connectVia

통합 런타임 참조입니다.

description

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

parameters

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

속성 세부 정보

accountKey

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

accountKey?: AzureKeyVaultSecretReference

속성 값

connectionString

연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

connectionString?: any

속성 값

any

encryptedCredential

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

encryptedCredential?: string

속성 값

string

sasToken

sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다.

sasToken?: AzureKeyVaultSecretReference

속성 값

sasUri

Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

sasUri?: any

속성 값

any

type

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

type: "AzureStorage"

속성 값

"AzureStorage"

상속된 속성 세부 정보

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