IBlobContainerFactory.InitializeAsync(BlobServiceClient) 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.
Initialize any required dependencies using the provided client and options.
public System.Threading.Tasks.Task InitializeAsync (Azure.Storage.Blobs.BlobServiceClient client);
abstract member InitializeAsync : Azure.Storage.Blobs.BlobServiceClient -> System.Threading.Tasks.Task
Public Function InitializeAsync (client As BlobServiceClient) As Task
Parameters
- client
- BlobServiceClient
The connected blob client
Returns
A Task representing the asynchronous operation.