SharedAccessAccountPermissions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the set of possible permissions for a shared access account policy.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum SharedAccessAccountPermissions
[<System.Flags>]
type SharedAccessAccountPermissions =
Public Enum SharedAccessAccountPermissions
- Inheritance
-
SharedAccessAccountPermissions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No shared access granted. |
Read | 1 | Permission to read resources and list queues and tables granted. |
Add | 2 | Permission to add messages, table entities, blobs, and files granted. |
Create | 4 | Permission to create containers, blobs, shares, directories, and files granted. |
Update | 8 | Permissions to update messages and table entities granted. |
ProcessMessages | 16 | Permission to get and delete messages granted. |
Write | 32 | Permission to write resources granted. |
Delete | 64 | Permission to delete resources granted. |
List | 128 | Permission to list blob containers, blobs, shares, directories, and files granted. |
Applies to
Azure SDK for .NET