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

Azure.Data.Tables.Sas Namespace

Classes

Name Description
TableAccountSasBuilder

TableAccountSasBuilder is used to generate a Shared Access Signature (SAS) for an Azure Storage table. For more information, see https://docs.microsoft.com/en-us/rest/api/storageservices/create-account-sas.

TableAccountSasQueryParameters

A TableAccountSasQueryParameters object represents the components that make up an Azure Storage Shared Access Signature's query parameters. You can construct a new instance using TableAccountSasBuilder.

For more information, Create an account SAS.

TableSasBuilder

TableSasBuilder is used to generate a Shared Access Signature (SAS) for an Azure Storage table. For more information, see Constructing an Account SAS.

TableSasQueryParameters

A TableSasQueryParameters object represents the components that make up an Azure Storage Shared Access Signature's query parameters. You can construct a new instance using TableSasBuilder.

For more information, Create a service SAS.

Structs

Name Description
TableSasIPRange

Represents a range of allowed IP addresses for constructing a Shared Access Signature.

Enums

Name Description
TableAccountSasPermissions

TableAccountSasPermissions contains the list of permissions that can be set for a file's access policy. Use SetPermissions(TableAccountSasPermissions) to set the permissions on the TableAccountSasBuilder.

TableAccountSasResourceTypes

Specifies the resource types accessible from an account level shared access signature.

TableSasPermissions

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.

TableSasProtocol

Defines the protocols permitted for Storage requests made with a shared access signature.