Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
static AccountSASService |
AccountSASService.parse(String servicesString)
Creates an
AccountSASService from the specified services string. |
AccountSASService |
AccountSASService.withBlob(boolean blob)
Permission to access blob resources granted.
|
AccountSASService |
AccountSASService.withFile(boolean file)
Permission to access file resources granted.
|
AccountSASService |
AccountSASService.withQueue(boolean queue)
Permission to access queue resources granted.
|
AccountSASService |
AccountSASService.withTable(boolean table)
Permission to access table resources granted.
|
This documentation was released into the public domain.