Microsoft Azure Storage Client Library for C++  7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
Public Member Functions | List of all members
azure::storage::table_permissions Class Reference

Represents the permissions for a table. More...

Inheritance diagram for azure::storage::table_permissions:
azure::storage::cloud_permissions< table_shared_access_policy >

Public Member Functions

 table_permissions ()
 Initializes a new instance of the azure::storage::table_permissions class. More...
 
- Public Member Functions inherited from azure::storage::cloud_permissions< table_shared_access_policy >
 cloud_permissions ()
 Initializes a new instance of the azure::storage::cloud_permissions class. More...
 
const shared_access_policies< table_shared_access_policy > & policies () const
 Gets the set of shared access policies for the specified object. More...
 
shared_access_policies< table_shared_access_policy > & policies ()
 Gets the set of shared access policies for the specified object. More...
 
void set_policies (shared_access_policies< table_shared_access_policy > value)
 Sets the set of shared access policies for the specified object. More...
 

Detailed Description

Represents the permissions for a table.

Constructor & Destructor Documentation

◆ table_permissions()

azure::storage::table_permissions::table_permissions ( )
inline

Initializes a new instance of the azure::storage::table_permissions class.