BlobContainerGetBlobClientAsync Method
Gets the GetBlobClientAsync(String) for a particular
blobName
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task<BlobClient> GetBlobClientAsync(
string blobName
)
- blobName String
- The name of the blob to open
TaskBlobClientA
GetBlobClientAsync(String)