Szerkesztés

Megosztás a következőn keresztül:


IBlobContainerFactory.InitializeAsync(BlobServiceClient) Method

Definition

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.

Applies to