共用方式為


AccountSasPermissions 類別

AccountSasPermissions 要與generate_account_sas搭配使用的類別

繼承
builtins.object
AccountSasPermissions

建構函式

AccountSasPermissions(**kwargs)

變數

read
bool

適用于所有已簽署的資源類型, (Service、Container 和 Object) 。 允許所指定資源類型的讀取權限。

write
bool

適用于所有已簽署的資源類型, (Service、Container 和 Object) 。 允許所指定資源類型的寫入權限。

delete
bool

適用于容器和物件資源類型,但佇列訊息除外。

list
bool

僅適用于服務與容器資源類型。

add
bool

僅適用于下列物件資源類型:佇列訊息和附加 Blob。

create
bool

僅適用于下列物件資源類型:Blob 和檔案。 使用者可以建立新的 Blob 或檔案,但可能不會覆寫現有的 Blob 或檔案。

update
bool

僅適用于下列物件資源類型:佇列訊息。

process
bool

僅適用于下列物件資源類型:佇列訊息。

方法

from_string

從字串建立 AccountSasPermissions。

若要指定讀取、寫入、刪除等。 您只需要在字串中包含單字的第一個字母。 例如,針對讀取和寫入權限,您會提供字串 「rw」。

from_string

從字串建立 AccountSasPermissions。

若要指定讀取、寫入、刪除等。 您只需要在字串中包含單字的第一個字母。 例如,針對讀取和寫入權限,您會提供字串 「rw」。

from_string(permission: str, **kwargs) -> AccountSasPermissions

參數

permission
str
必要

使用單字的第一個字母,在字串中指定許可權。

傳回

AccountSasPermissions 物件

傳回類型