Enum BlobVersionSasPermissions
BlobVersionSasPermissions contains the list of permissions that can be set for a blob bersion. Use SetPermissions(BlobVersionSasPermissions) to set the permissions on the BlobSasBuilder.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum BlobVersionSasPermissions
All
Indicates that all permissions are set.
Delete
Indicates that Delete is permitted.
PermanentDelete
Indicates that Permanent Delete is permitted.
SetImmutabilityPolicy
Indicates that setting immutability policy is permitted.