BlobServiceClient.GetClientOptions(BlobServiceClient) メソッド

定義

子クライアントをBlobServiceClientBlobClientOptions作成するための を取得します。

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

パラメーター

client
BlobServiceClient

BlobServiceClient。

戻り値

BlobServiceClient の BlobClientOptions。

適用対象