你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceSasParameters interface
用于列出特定资源的服务 SAS 凭据的参数。
属性
cache |
缓存控件的响应标头替代。 |
canonicalized |
已签名资源的规范路径。 |
content |
内容处置的响应标头替代。 |
content |
内容编码的响应标头重写。 |
content |
内容语言的响应标头替代。 |
content |
内容类型的响应标头替代。 |
identifier | 最多包含 64 个字符的唯一值,该值与为容器、队列或表指定的访问策略相关联。 |
i |
从中接受请求的 IP 地址或 IP 地址范围。 |
key |
用于对帐户 SAS 令牌进行签名的密钥。 |
partition |
分区键的末尾。 |
partition |
分区键的开始。 |
permissions | 服务 SAS 的已签名权限。 可能的值包括:Read (r) 、Write (w) 、Delete (d) 、List (l) 、Add (a) 、Create (c) 、Update (u) 和 Process (p) 。 |
protocols | 允许通过帐户 SAS 发出的请求的协议。 |
resource | 可通过服务 SAS 访问的已签名服务。 可能的值包括:Blob (b) 、Container (c) 、File (f) 、Share () 。 |
row |
行键的末尾。 |
row |
行键的开头。 |
shared |
共享访问签名失效的时间。 |
shared |
SAS 生效的时间。 |
属性详细信息
cacheControl
缓存控件的响应标头替代。
cacheControl?: string
属性值
string
canonicalizedResource
已签名资源的规范路径。
canonicalizedResource: string
属性值
string
contentDisposition
内容处置的响应标头替代。
contentDisposition?: string
属性值
string
contentEncoding
内容编码的响应标头重写。
contentEncoding?: string
属性值
string
contentLanguage
内容语言的响应标头替代。
contentLanguage?: string
属性值
string
contentType
内容类型的响应标头替代。
contentType?: string
属性值
string
identifier
最多包含 64 个字符的唯一值,该值与为容器、队列或表指定的访问策略相关联。
identifier?: string
属性值
string
iPAddressOrRange
从中接受请求的 IP 地址或 IP 地址范围。
iPAddressOrRange?: string
属性值
string
keyToSign
用于对帐户 SAS 令牌进行签名的密钥。
keyToSign?: string
属性值
string
partitionKeyEnd
分区键的末尾。
partitionKeyEnd?: string
属性值
string
partitionKeyStart
分区键的开始。
partitionKeyStart?: string
属性值
string
permissions
服务 SAS 的已签名权限。 可能的值包括:Read (r) 、Write (w) 、Delete (d) 、List (l) 、Add (a) 、Create (c) 、Update (u) 和 Process (p) 。
permissions?: string
属性值
string
protocols
resource
可通过服务 SAS 访问的已签名服务。 可能的值包括:Blob (b) 、Container (c) 、File (f) 、Share () 。
resource?: string
属性值
string
rowKeyEnd
行键的末尾。
rowKeyEnd?: string
属性值
string
rowKeyStart
行键的开头。
rowKeyStart?: string
属性值
string
sharedAccessExpiryTime
共享访问签名失效的时间。
sharedAccessExpiryTime?: Date
属性值
Date
sharedAccessStartTime
SAS 生效的时间。
sharedAccessStartTime?: Date
属性值
Date