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

BlobServiceClient.GetClientOptions(BlobServiceClient) Method

Definition

Get a BlobServiceClient's BlobClientOptions for creating child clients.

protected static Azure.Storage.Blobs.BlobClientOptions GetClientOptions(Azure.Storage.Blobs.BlobServiceClient client);
static member GetClientOptions : Azure.Storage.Blobs.BlobServiceClient -> Azure.Storage.Blobs.BlobClientOptions
Protected Shared Function GetClientOptions (client As BlobServiceClient) As BlobClientOptions

Parameters

client
BlobServiceClient

The BlobServiceClient.

Returns

The BlobServiceClient's BlobClientOptions.

Applies to