Show / Hide Table of Contents

Enum AccountSasServices

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

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Common.dll
Syntax
[System.Flags]
public enum AccountSasServices

All

Indicates all services are accessible from the shared access signature.

Blobs

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

Files

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

Queues

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

Tables

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

Back to top Azure SDK for .NET