AccountSasPermissions 類別
- 繼承
-
azure.storage.blob._shared.models.AccountSasPermissionsAccountSasPermissions
建構函式
AccountSasPermissions(read=False, write=False, delete=False, list=False, create=False)
參數
名稱 | Description |
---|---|
read
|
預設值: False
|
write
|
預設值: False
|
delete
|
預設值: False
|
list
|
預設值: False
|
create
|
預設值: False
|
方法
from_string |
從字串建立 AccountSasPermissions。 若要指定讀取、寫入、刪除等。 您只需要在字串中包含單字的第一個字母。 例如,針對讀取和寫入權限,您會提供字串 「rw」。 |
from_string
從字串建立 AccountSasPermissions。
若要指定讀取、寫入、刪除等。 您只需要在字串中包含單字的第一個字母。 例如,針對讀取和寫入權限,您會提供字串 「rw」。
from_string(permission)
參數
名稱 | Description |
---|---|
permission
必要
|
使用單字的第一個字母,在字串中指定許可權。 |
傳回
類型 | Description |
---|---|
AccountSasPermissions 物件 |
屬性
add
add: bool = False
create
create: bool = False
delete
delete: bool = False
delete_previous_version
delete_previous_version: bool = False
filter_by_tags
filter_by_tags: bool = False
list
list: bool = False
permanent_delete
permanent_delete: bool = False
process
process: bool = False
read
read: bool = False
set_immutability_policy
set_immutability_policy: bool = False
tag
tag: bool = False
update
update: bool = False
write
write: bool = False