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

ServiceSasParameters 类

定义

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

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

构造函数

ServiceSasParameters()

初始化 ServiceSasParameters 类的新实例。

ServiceSasParameters(String, String, String, String, Nullable<HttpProtocol>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String, String, String, String, String, String)

初始化 ServiceSasParameters 类的新实例。

属性

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) 。 可能的值包括:“r”、“d”、“w”、“l”、“a”、“c”、“u”、“p”

Protocols

获取或设置允许使用帐户 SAS 发出的请求的协议。 可能的值包括:“https,http”,“https”

Resource

获取或设置可通过服务 SAS 访问的已签名服务。 可能的值包括:Blob (b) 、Container (c) 、File (f) 、Share (s) 。 可能的值包括:“b”、“c”、“f”、“s”

RowKeyEnd

获取或设置行尾键。

RowKeyStart

获取或设置行键的开头。

SharedAccessExpiryTime

获取或设置共享访问签名失效的时间。

SharedAccessStartTime

获取或设置 SAS 生效的时间。

方法

Validate()

验证 对象。

适用于