AccountSasServices Enum

Definition

Specifies the services accessible from an account level shared access signature.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AccountSasServices
[<System.Flags>]
type AccountSasServices = 
Public Enum AccountSasServices
Inheritance
AccountSasServices
Attributes

Fields

All -1

Indicates all services are accessible from the shared access signature.

Blobs 1

Indicates whether Azure Blob Storage resources are accessible from the shared access signature.

Files 4

Indicates whether Azure File Storage resources are accessible from the shared access signature.

Queues 2

Indicates whether Azure Queue Storage resources are accessible from the shared access signature.

Tables 8

Indicates whether Azure Table Storage resources are accessible from the shared access signature.

Applies to