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

ServiceSasContent 类

定义

用于列出特定资源的服务 SAS 凭据的参数。

public class ServiceSasContent
type ServiceSasContent = class
Public Class ServiceSasContent
继承
ServiceSasContent

构造函数

ServiceSasContent(String)

初始化 ServiceSasContent 的新实例。

属性

CacheControl

缓存控件的响应标头重写。

CanonicalizedResource

已签名资源的规范路径。

ContentDisposition

内容处置的响应标头重写。

ContentEncoding

内容编码的响应标头重写。

ContentLanguage

内容语言的响应标头重写。

ContentType

内容类型的响应标头重写。

Identifier

最多包含 64 个字符的唯一值,该值与为容器、队列或表指定的访问策略相关联。

IPAddressOrRange

从中接受请求的 IP 地址或一系列 IP 地址。

KeyToSign

用于对帐户 SAS 令牌进行签名的密钥。

PartitionKeyEnd

分区键的末尾。

PartitionKeyStart

分区键的开头。

Permissions

服务 SAS 的已签名权限。 可能的值包括:Read (r) 、Write (w) 、Delete (d) 、List (l) 、Add () 、Create (c) 、Update (u) 和 Process (p) 。

Protocols

允许使用帐户 SAS 发出的请求的协议。

Resource

使用服务 SAS 可访问的已签名服务。 可能的值包括:Blob (b) 、Container (c) 、File (f) 、Share (s) 。

RowKeyEnd

行键的末尾。

RowKeyStart

行键的开头。

SharedAccessExpiryOn

共享访问签名变为无效的时间。

SharedAccessStartOn

SAS 生效的时间。

适用于