BlockBlobClient.CreateClient(Uri, BlobClientOptions, HttpPipeline) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the BlockBlobClient class.
protected static Azure.Storage.Blobs.Specialized.BlockBlobClient CreateClient (Uri blobUri, Azure.Storage.Blobs.BlobClientOptions options, Azure.Core.Pipeline.HttpPipeline pipeline);
static member CreateClient : Uri * Azure.Storage.Blobs.BlobClientOptions * Azure.Core.Pipeline.HttpPipeline -> Azure.Storage.Blobs.Specialized.BlockBlobClient
Protected Shared Function CreateClient (blobUri As Uri, options As BlobClientOptions, pipeline As HttpPipeline) As BlockBlobClient
Parameters
- blobUri
- Uri
A Uri referencing the block blob that includes the name of the account, the name of the container, and the name of the blob.
- options
- BlobClientOptions
Optional client options that define the transport pipeline policies for authentication, retries, etc., that are applied to every request.
- pipeline
- HttpPipeline
The transport pipeline used to send every request.
Returns
New instanc of the BlockBlobClient class.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET