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

TableSasPermissions Enum

Definition

TableSasPermissions contains the list of permissions that can be set for a table's access policy. Use SetPermissions(TableSasPermissions) to set the permissions on the TableSasBuilder.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum TableSasPermissions
[<System.Flags>]
type TableSasPermissions = 
Public Enum TableSasPermissions
Inheritance
TableSasPermissions
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.

Update 4

Indicates that Update is permitted.

Delete 8

Indicates that Delete is permitted.

Applies to