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.
PermanentDelete
Indicates that Permanent Delete is permitted.
Read
Indicates that Read is permitted.
SetImmutabilityPolicy
Indicates that setting immutability policy is permitted.
Write
Indicates that Write is permitted.