Enum SnapshotSasPermissions
SnapshotSasPermissions contains the list of permissions that can be set for a blob's access policy. Use SetPermissions(SnapshotSasPermissions) to set the permissions on the BlobSasBuilder.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum SnapshotSasPermissions
All
Indicates that all permissions are set.
Delete
Indicates that Delete is permitted.
Read
Indicates that Read is permitted.
Write
Indicates that Write is permitted.