AccountSasResourceTypes 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 AccountSasResourceTypes
[<System.Flags>]
type AccountSasResourceTypes =
Public Enum AccountSasResourceTypes
- Inheritance
-
AccountSasResourceTypes
- 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 Containers/Queues/Tables/ Shares). |
Container | 2 | Indicates whether blob container-level APIs are accessible from this shared access signature (e.g., Create/Delete Container, Create/Delete Queue, Create/Delete Table, Create/Delete Share, List Blobs/Files and Directories). |
Object | 4 | Indicates whether object-level APIs for blobs, queue messages, and files are accessible from this shared access signature (e.g. Put Blob, Query Entity, Get Messages, Create File, etc.). |
Applies to
Azure SDK for .NET