SpecializedBlobExtensions.GetBlobBatchClient 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.
Overloads
GetBlobBatchClient(BlobContainerClient) |
Create a new BlobBatchClient object for the container associated with the BlobContainerClient. The new BlobBatchClient uses the same request policy pipeline as the BlobContainerClient. |
GetBlobBatchClient(BlobServiceClient) |
Create a new BlobBatchClient object for the same account as the BlobServiceClient. The new BlobBatchClient uses the same request policy pipeline as the BlobServiceClient. |
GetBlobBatchClient(BlobContainerClient)
- Source:
- BlobBatchClient.cs
- Source:
- BlobBatchClient.cs
Create a new BlobBatchClient object for the container associated with the BlobContainerClient. The new BlobBatchClient uses the same request policy pipeline as the BlobContainerClient.
public static Azure.Storage.Blobs.Specialized.BlobBatchClient GetBlobBatchClient (this Azure.Storage.Blobs.BlobContainerClient client);
static member GetBlobBatchClient : Azure.Storage.Blobs.BlobContainerClient -> Azure.Storage.Blobs.Specialized.BlobBatchClient
<Extension()>
Public Function GetBlobBatchClient (client As BlobContainerClient) As BlobBatchClient
Parameters
- client
- BlobContainerClient
The BlobContainerClient.
Returns
A new BlobBatchClient instance.
Applies to
GetBlobBatchClient(BlobServiceClient)
- Source:
- BlobBatchClient.cs
- Source:
- BlobBatchClient.cs
Create a new BlobBatchClient object for the same account as the BlobServiceClient. The new BlobBatchClient uses the same request policy pipeline as the BlobServiceClient.
public static Azure.Storage.Blobs.Specialized.BlobBatchClient GetBlobBatchClient (this Azure.Storage.Blobs.BlobServiceClient client);
static member GetBlobBatchClient : Azure.Storage.Blobs.BlobServiceClient -> Azure.Storage.Blobs.Specialized.BlobBatchClient
<Extension()>
Public Function GetBlobBatchClient (client As BlobServiceClient) As BlobBatchClient
Parameters
- client
- BlobServiceClient
The BlobServiceClient.
Returns
A new BlobBatchClient instance.
Applies to
Azure SDK for .NET