Share via


cloud_blob_container::create_async Method

Intitiates an asynchronous operation to create the container.

pplx::task<void> create_async();

WASTORAGE_API pplx::task<void> create_async(
   blob_container_public_access_type public_access,
   const blob_request_options& options,
   operation_context context
);

Parameters

  • public_access
    A azure::storage::blob_container_public_access_type value that specifies whether data in the container may be accessed publicly and what level of access is to be allowed.
  • options
    A azure::storage::blob_request_options object that specifies additional options for the request.
  • context
    An azure::storage::operation_context object that represents the context for the current operation.

Return Value

A pplx::task object that represents the current operation.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

cloud_blob_container Class