BlockBlobClient.CreateClient(Uri, BlobClientOptions, HttpPipeline) Method

Definition

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