This client is instantiated through BlobClientBuilder or retrieved via getBlobClient.
For operations on a specific blob type (i.e append, block, or page) use getAppendBlobClient, getBlockBlobClient, or getPageBlobClient to construct a client that allows blob specific operations.
Please refer to the Azure Docs for more information.