BlobBatchClient Constructors
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.
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
- client
- BlobContainerClient
The BlobContainerClient.
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
- client
- BlobServiceClient
The BlobServiceClient.
Applies to
Azure SDK for .NET