BlobContainerClient.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 BlobContainerClient class.
protected static Azure.Storage.Blobs.BlobContainerClient CreateClient (Uri containerUri, 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.BlobContainerClient
Protected Shared Function CreateClient (containerUri As Uri, options As BlobClientOptions, pipeline As HttpPipeline) As BlobContainerClient
Parameters
- containerUri
- 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 instance of the BlobContainerClient class.
Applies to
Azure SDK for .NET