Specifies the set of possible permissions for a shared access account policy.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name | Description | |
---|---|---|
Add | Permission to add messages, table entities, blobs, and files granted. | |
Create | Permission to create containers, blobs, shares, directories, and files granted. | |
Delete | Permission to delete resources granted. | |
List | Permission to list blob containers, blobs, shares, directories, and files granted. | |
None | No shared access granted. | |
ProcessMessages | Permission to get and delete messages granted. | |
Read | Permission to read resources and list queues and tables granted. | |
Update | Permissions to update messages and table entities granted. | |
Write | Permission to write resources granted. |