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 a set of permissions for a queue. More...
Public Member Functions | |
queue_permissions () | |
Initializes a new instance of the azure::storage::queue_permissions class. More... | |
![]() | |
cloud_permissions () | |
Initializes a new instance of the azure::storage::cloud_permissions class. More... | |
const shared_access_policies< queue_shared_access_policy > & | policies () const |
Gets the set of shared access policies for the specified object. More... | |
shared_access_policies< queue_shared_access_policy > & | policies () |
Gets the set of shared access policies for the specified object. More... | |
void | set_policies (shared_access_policies< queue_shared_access_policy > value) |
Sets the set of shared access policies for the specified object. More... | |
Represents a set of permissions for a queue.
|
inline |
Initializes a new instance of the azure::storage::queue_permissions class.