Enum SharedAccessAccountPermissions
- Namespace
- Microsoft.WindowsAzure.Storage
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Specifies the set of possible permissions for a shared access account policy.
[Flags]
public enum SharedAccessAccountPermissions
Fields
Permission to add messages, table entities, blobs, and files granted.
Permission to create containers, blobs, shares, directories, and files granted.
Permission to delete resources granted.
Permission to list blob containers, blobs, shares, directories, and files granted.
No shared access granted.
Permission to get and delete messages granted.
Permission to read resources and list queues and tables granted.
Permissions to update messages and table entities granted.
Permission to write resources granted.