BlobReferenceForConsumptionDto Class

Definition

The BlobReferenceForConsumptionDto.

public class BlobReferenceForConsumptionDto
type BlobReferenceForConsumptionDto = class
Public Class BlobReferenceForConsumptionDto
Inheritance
BlobReferenceForConsumptionDto

Properties

BlobUri

Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path

Credential

Credential info to access storage account Please note PendingUploadCredentialDto is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SasCredentialDto.

StorageAccountArmId

Arm ID of the storage account to use.

Applies to