BlobBatchClient Constructors

Definition

Overloads

BlobBatchClient()

Initializes a new instance of the BlobBatchClient class for mocking.

BlobBatchClient(BlobContainerClient)

Initializes a new instance of the BlobBatchClient class for container associated with the BlobContainerClient. The new BlobBatchClient uses the same request policy pipeline as the BlobContainerClient.

BlobBatchClient(BlobServiceClient)

Initializes a new instance of the BlobBatchClient class for the same account as the BlobServiceClient. The new BlobBatchClient uses the same request policy pipeline as the BlobServiceClient.

BlobBatchClient()

Source:
BlobBatchClient.cs
Source:
BlobBatchClient.cs

Initializes a new instance of the BlobBatchClient class for mocking.

protected BlobBatchClient ();
Protected Sub New ()

Applies to

BlobBatchClient(BlobContainerClient)

Source:
BlobBatchClient.cs
Source:
BlobBatchClient.cs

Initializes a new instance of the BlobBatchClient class for container associated with the BlobContainerClient. The new BlobBatchClient uses the same request policy pipeline as the BlobContainerClient.

public BlobBatchClient (Azure.Storage.Blobs.BlobContainerClient client);
new Azure.Storage.Blobs.Specialized.BlobBatchClient : Azure.Storage.Blobs.BlobContainerClient -> Azure.Storage.Blobs.Specialized.BlobBatchClient
Public Sub New (client As BlobContainerClient)

Parameters

Applies to

BlobBatchClient(BlobServiceClient)

Source:
BlobBatchClient.cs
Source:
BlobBatchClient.cs

Initializes a new instance of the BlobBatchClient class for the same account as the BlobServiceClient. The new BlobBatchClient uses the same request policy pipeline as the BlobServiceClient.

public BlobBatchClient (Azure.Storage.Blobs.BlobServiceClient client);
new Azure.Storage.Blobs.Specialized.BlobBatchClient : Azure.Storage.Blobs.BlobServiceClient -> Azure.Storage.Blobs.Specialized.BlobBatchClient
Public Sub New (client As BlobServiceClient)

Parameters

Applies to