你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobContainerSasPermissions Enum

Definition

BlobContainerSasPermissions contains the list of permissions that can be set for a blob's access policy. Use SetPermissions(BlobContainerSasPermissions) to set the permissions on the BlobSasBuilder.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
All -1

Indicates that all permissions are set.

Read 1

Indicates that Read is permitted.

Add 2

Indicates that Add is permitted.

Create 4

Indicates that Create is permitted.

Write 8

Indicates that Write is permitted.

Delete 16

Indicates that Delete is permitted.

List 32

Indicates that List is permitted.

Tag 64

Indicates that reading and writing Tags are permitted.

DeleteBlobVersion 128

Indicates that deleting a Blob Version is permitted.

Move 256

Indicates that Move is permitted.

Execute 512

Indicates that Execute is permitted.

SetImmutabilityPolicy 1024

Indicates that setting immutability policy is permitted.

Filter 2048

Indicates that filtering by tag is permitted.

Applies to