| Package | Description |
|---|---|
| com.azure.storage.common.sas |
Package containing SAS (shared access signature) classes used by Azure Storage services.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSasSignatureValues |
AccountSasSignatureValues.setExpiryTime(OffsetDateTime expiryTime)
Sets the time after which the SAS will no longer work.
|
AccountSasSignatureValues |
AccountSasSignatureValues.setPermissions(AccountSasPermission permissions)
Sets the operations the account SAS user may perform.
|
AccountSasSignatureValues |
AccountSasSignatureValues.setProtocol(SasProtocol protocol)
Sets the
SasProtocol which determines the HTTP protocol that will be used. |
AccountSasSignatureValues |
AccountSasSignatureValues.setResourceTypes(String resourceTypes)
Sets the resource types accessible with this SAS.
|
AccountSasSignatureValues |
AccountSasSignatureValues.setSasIpRange(SasIpRange sasIpRange)
Sets the
SasIpRange which determines the IP ranges that are allowed to use the SAS. |
AccountSasSignatureValues |
AccountSasSignatureValues.setServices(String services)
Sets the services accessible with this SAS.
|
AccountSasSignatureValues |
AccountSasSignatureValues.setStartTime(OffsetDateTime startTime)
Sets when the SAS will take effect.
|
AccountSasSignatureValues |
AccountSasSignatureValues.setVersion(String version)
Sets the service version that is targeted.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.