共用方式為


ServiceSasParameters interface

列出特定資源之服務 SAS 認證的參數。

屬性

cacheControl

快取控制項的回應標頭覆寫。

canonicalizedResource

已簽署資源的正式路徑。

contentDisposition

內容處置的回應標頭覆寫。

contentEncoding

內容編碼的回應標頭覆寫。

contentLanguage

內容語言的回應標頭覆寫。

contentType

內容類型的回應標頭覆寫。

identifier

長度上限為 64 個字元的唯一值,該值與針對容器、佇列或資料表指定的存取原則相互關聯。

iPAddressOrRange

要接受要求的 IP 位址或 IP 位址範圍。

keyToSign

用來簽署帳戶 SAS 權杖的金鑰。

partitionKeyEnd

資料分割索引鍵的結尾。

partitionKeyStart

分割區索引鍵的開頭。

permissions

服務 SAS 的已簽署許可權。 可能的值包括:讀取 (r) 、寫入 (w) 、Delete (d) 、List (l) 、Add (a) 、Create (c) 、Update (u) 和 Process (p) 。

protocols

允許使用帳戶 SAS 提出要求的通訊協定。

resource

可透過服務 SAS 存取的已簽署服務。 可能的值為:Blob (b) 、Container (c) 、File (f) 、Share (s) 。

rowKeyEnd

資料列索引鍵的結尾。

rowKeyStart

資料列索引鍵的開頭。

sharedAccessExpiryTime

共用存取簽章變成不正確時間。

sharedAccessStartTime

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 的已簽署許可權。 可能的值包括:讀取 (r) 、寫入 (w) 、Delete (d) 、List (l) 、Add (a) 、Create (c) 、Update (u) 和 Process (p) 。

permissions?: string

屬性值

string

protocols

允許使用帳戶 SAS 提出要求的通訊協定。

protocols?: HttpProtocol

屬性值

resource

可透過服務 SAS 存取的已簽署服務。 可能的值為:Blob (b) 、Container (c) 、File (f) 、Share (s) 。

resource?: string

屬性值

string

rowKeyEnd

資料列索引鍵的結尾。

rowKeyEnd?: string

屬性值

string

rowKeyStart

資料列索引鍵的開頭。

rowKeyStart?: string

屬性值

string

sharedAccessExpiryTime

共用存取簽章變成不正確時間。

sharedAccessExpiryTime?: Date

屬性值

Date

sharedAccessStartTime

SAS 生效的時間。

sharedAccessStartTime?: Date

屬性值

Date