AzureFileShareConfiguration interface
Azure Fileshare에 연결하는 데 사용되는 정보입니다.
속성
account |
Azure Storage 계정 키입니다. |
account |
Azure Storage 계정 이름입니다. |
azure |
'https://{account}.file.core.windows.net/' 형식입니다. |
mount |
Windows의 '순 사용' 옵션과 Linux의 '탑재' 옵션입니다. |
relative |
모든 파일 시스템은 Batch 탑재 디렉터리를 기준으로 탑재되며 AZ_BATCH_NODE_MOUNTS_DIR 환경 변수를 통해 액세스할 수 있습니다. |
속성 세부 정보
accountKey
Azure Storage 계정 키입니다.
accountKey: string
속성 값
string
accountName
Azure Storage 계정 이름입니다.
accountName: string
속성 값
string
azureFileUrl
'https://{account}.file.core.windows.net/' 형식입니다.
azureFileUrl: string
속성 값
string
mountOptions
Windows의 '순 사용' 옵션과 Linux의 '탑재' 옵션입니다.
mountOptions?: string
속성 값
string
relativeMountPath
모든 파일 시스템은 Batch 탑재 디렉터리를 기준으로 탑재되며 AZ_BATCH_NODE_MOUNTS_DIR 환경 변수를 통해 액세스할 수 있습니다.
relativeMountPath: string
속성 값
string