BlobReferenceForConsumptionDto interface
Properties
blob |
Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path |
credential | Credential info to access storage account |
storage |
Arm ID of the storage account to use |
Property Details
blobUri
Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path
blobUri?: string
Property Value
string
credential
Credential info to access storage account
credential?: PendingUploadCredentialDtoUnion
Property Value
storageAccountArmId
Arm ID of the storage account to use
storageAccountArmId?: string
Property Value
string