你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobServiceClient.GetBlobContainerClient(String) Method

Definition

Create a new BlobContainerClient object by appending blobContainerName to the end of Uri. The new BlobContainerClient uses the same request policy pipeline as the BlobServiceClient.

public virtual Azure.Storage.Blobs.BlobContainerClient GetBlobContainerClient(string blobContainerName);
abstract member GetBlobContainerClient : string -> Azure.Storage.Blobs.BlobContainerClient
override this.GetBlobContainerClient : string -> Azure.Storage.Blobs.BlobContainerClient
Public Overridable Function GetBlobContainerClient (blobContainerName As String) As BlobContainerClient

Parameters

blobContainerName
String

The name of the blob container to reference.

Returns

A BlobContainerClient for the desired container.

Applies to