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++.
|
Represents the permissions for a table. More...
Public Member Functions | |
table_permissions () | |
Initializes a new instance of the azure::storage::table_permissions class. More... | |
![]() | |
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... | |
Represents the permissions for a table.
|
inline |
Initializes a new instance of the azure::storage::table_permissions class.