BlobReferenceForConsumptionDto interface
속성
| blob |
클라이언트가 데이터를 업로드할 수 있는 Blob URI 경로입니다. 예: https://blob.windows.core.net/Container/Path |
| credential | 스토리지 계정에 액세스하기 위한 자격 증명 정보 |
| storage |
사용할 스토리지 계정의 Arm ID |
속성 세부 정보
blobUri
클라이언트가 데이터를 업로드할 수 있는 Blob URI 경로입니다. 예: https://blob.windows.core.net/Container/Path
blobUri?: string
속성 값
string
credential
스토리지 계정에 액세스하기 위한 자격 증명 정보
credential?: PendingUploadCredentialDtoUnion
속성 값
storageAccountArmId
사용할 스토리지 계정의 Arm ID
storageAccountArmId?: string
속성 값
string