CloudBlobContainer.CreateIfNotExistsAsync Method

Windows Runtime Azure Storage Client Library

Overload List

Name Description
CloudBlobContainer.CreateIfNotExistsAsync () Creates the container if it does not already exist.
CloudBlobContainer.CreateIfNotExistsAsync (BlobContainerPublicAccessType, BlobRequestOptions, OperationContext) Creates the container if it does not already exist and specifies the level of access to the container's data.
CloudBlobContainer.CreateIfNotExistsAsync (BlobRequestOptions, OperationContext) Creates the container if it does not already exist.

See Also