BlobContainerGetBlobClientAsync Method

Gets the GetBlobClientAsync(String) for a particular blobName

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public Task<BlobClient> GetBlobClientAsync(
	string blobName
)

Parameters

blobName  String
The name of the blob to open

Return Value

TaskBlobClient
A GetBlobClientAsync(String)

See Also