Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
static AccountSASPermission |
AccountSASPermission.parse(String permString)
Creates an
AccountSASPermission from the specified permissions string. |
AccountSASPermission |
AccountSASPermission.withAdd(boolean add)
Permission to add messages, table entities, and append to blobs granted.
|
AccountSASPermission |
AccountSASPermission.withCreate(boolean create)
Permission to create blobs and files granted.
|
AccountSASPermission |
AccountSASPermission.withDelete(boolean delete)
Permission to delete resources granted.
|
AccountSASPermission |
AccountSASPermission.withList(boolean list)
Permission to list blob containers, blobs, shares, directories, and files granted.
|
AccountSASPermission |
AccountSASPermission.withProcessMessages(boolean processMessages)
Permission to get and delete messages granted.
|
AccountSASPermission |
AccountSASPermission.withRead(boolean read)
Permission to read resources and list queues and tables granted.
|
AccountSASPermission |
AccountSASPermission.withUpdate(boolean update)
Permissions to update messages and table entities granted.
|
AccountSASPermission |
AccountSASPermission.withWrite(boolean write)
Permission to write resources granted.
|
This documentation was released into the public domain.