Share via


cloud_table::upload_permissions_async Method

Intitiates an asynchronous operation that sets permissions for the table.

pplx::task<void> upload_permissions_async(
   const table_permissions& permissions
);

WASTORAGE_API pplx::task<void> upload_permissions_async(
   const table_permissions& permissions,
   const table_request_options& options,
   operation_context context
);

Parameters

  • permissions
    A table_permissions object.
  • options
    An azure::storage::table_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: table.h

Namespace: azure::storage

See Also

Reference

cloud_table Class