SharedAccessAccountServices 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 signed services for a shared access account policy.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum SharedAccessAccountServices
[<System.Flags>]
type SharedAccessAccountServices =
Public Enum SharedAccessAccountServices
- Inheritance
-
SharedAccessAccountServices
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No shared access granted. |
Blob | 1 | Permission to access blob resources granted. |
File | 2 | Permission to access file resources granted. |
Queue | 4 | Permission to access queue resources granted. |
Table | 8 | Permission to access table resources granted. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET