Question:
Which of the following classes of the Azure Storage client library for .NET allows you to manipulate both Azure Storage containers and their blobs?
Answer:
The BlobContainerClient can be used to manipulate both containers and blobs.
The BlobUriBuilder provides a way to modify the contents of a Uri instance to point to different Azure Storage resources like an account, container, or blob.
The BlobClient class is limited to manipulating blobs.