TableAccountSasResourceTypes 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 resource types accessible from an account level shared access signature.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum TableAccountSasResourceTypes
[<System.Flags>]
type TableAccountSasResourceTypes =
Public Enum TableAccountSasResourceTypes
- Inheritance
-
TableAccountSasResourceTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | -1 | Indicates all service-level APIs are accessible from this shared access signature. |
Service | 1 | Indicates whether service-level APIs are accessible from this shared access signature (e.g., Get/Set Service Properties, Get Service Stats, List Tables). |
Container | 2 | Indicates whether table account-level APIs are accessible from this shared access signature (e.g. Create/Delete/Query Table). |
Object | 4 | Indicates whether entity-level APIs are accessible from this shared access signature (e.g. Query/Insert/Update/Delete entity). |
Applies to
Azure SDK for .NET