StorageResourceContainer.CreateIfNotExistsAsync(CancellationToken) Method

Definition

Creates storage resource container if it does not already exists.

protected internal abstract System.Threading.Tasks.Task CreateIfNotExistsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CreateIfNotExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Friend MustOverride Function CreateIfNotExistsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

cancellationToken
CancellationToken

Returns

Applies to