다음을 통해 공유


AzureBlobDatastore interface

Azure Blob 데이터 저장소 구성.

Extends

속성

accountName

스토리지 계정 이름입니다.

containerName

스토리지 계정 컨테이너 이름입니다.

datastoreType

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

endpoint

스토리지 계정에 대한 Azure 클라우드 엔드포인트입니다.

protocol

스토리지 계정과 통신하는 데 사용되는 프로토콜입니다.

serviceDataAccessAuthIdentity

고객의 스토리지에 대한 서비스 데이터 액세스를 인증하는 데 사용할 ID를 나타냅니다.

상속된 속성

credentials

[필수] 계정 자격 증명.

description

자산 설명 텍스트입니다.

isDefault

데이터 저장소가 작업 영역 기본 데이터 저장소인지 여부를 나타내는 읽기 전용 속성입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

properties

자산 속성 사전입니다.

resourceGroup

Azure 리소스 그룹 이름

subscriptionId

Azure 구독 ID

tags

태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다.

속성 세부 정보

accountName

스토리지 계정 이름입니다.

accountName?: string

속성 값

string

containerName

스토리지 계정 컨테이너 이름입니다.

containerName?: string

속성 값

string

datastoreType

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

datastoreType: "AzureBlob"

속성 값

"AzureBlob"

endpoint

스토리지 계정에 대한 Azure 클라우드 엔드포인트입니다.

endpoint?: string

속성 값

string

protocol

스토리지 계정과 통신하는 데 사용되는 프로토콜입니다.

protocol?: string

속성 값

string

serviceDataAccessAuthIdentity

고객의 스토리지에 대한 서비스 데이터 액세스를 인증하는 데 사용할 ID를 나타냅니다.

serviceDataAccessAuthIdentity?: string

속성 값

string

상속된 속성 세부 정보

credentials

[필수] 계정 자격 증명.

credentials: DatastoreCredentialsUnion

속성 값

DatastoreProperties.credentials 상속된

description

자산 설명 텍스트입니다.

description?: string

속성 값

string

DatastoreProperties.description 상속된

isDefault

데이터 저장소가 작업 영역 기본 데이터 저장소인지 여부를 나타내는 읽기 전용 속성입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

isDefault?: boolean

속성 값

boolean

DatastoreProperties.isDefault 상속된

properties

자산 속성 사전입니다.

properties?: {[propertyName: string]: string | null}

속성 값

{[propertyName: string]: string | null}

DatastoreProperties.properties 상속된

resourceGroup

Azure 리소스 그룹 이름

resourceGroup?: string

속성 값

string

AzureDatastore.resourceGroup 상속된

subscriptionId

Azure 구독 ID

subscriptionId?: string

속성 값

string

AzureDatastore.subscriptionId 상속된

tags

태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다.

tags?: {[propertyName: string]: string | null}

속성 값

{[propertyName: string]: string | null}

DatastoreProperties.tags 상속된