共用方式為


AccountSASServices class

僅適用于NODE.JS執行時間。 這是協助程式類別,可建構代表 AccountSAS 可存取之服務的字串。 將值設定為 true 表示任何使用這些許可權的 SAS 都會授與該服務的存取權。 設定所有值之後,這應該使用 toString 序列化,並設定為 物件上的 <xref:AccountSASSignatureValues> 服務欄位。 可以建構不含此類別的服務字串,但服務的順序是特定的,而且此類別保證正確性。

屬性

blob

存取授與之 Blob 資源的許可權。

file

存取授與檔案資源的許可權。

queue

授與佇列資源的許可權。

table

存取已授與之資料表資源的許可權。

方法

parse(string)

<xref:AccountSASServices>從指定的服務字串建立 。 如果此方法遇到未對應至有效服務的字元,這個方法將會擲回 Error。

toString()

將指定的服務轉換為字串。

屬性詳細資料

blob

存取授與之 Blob 資源的許可權。

blob: boolean

屬性值

boolean

file

存取授與檔案資源的許可權。

file: boolean

屬性值

boolean

queue

授與佇列資源的許可權。

queue: boolean

屬性值

boolean

table

存取已授與之資料表資源的許可權。

table: boolean

屬性值

boolean

方法詳細資料

parse(string)

<xref:AccountSASServices>從指定的服務字串建立 。 如果此方法遇到未對應至有效服務的字元,這個方法將會擲回 Error。

static function parse(services: string)

參數

services

string

傳回

toString()

將指定的服務轉換為字串。

function toString()

傳回

string