AccountSasSignatureValues |
AccountSasSignatureValues.setExpiryTime(OffsetDateTime expiryTime)
|
AccountSasSignatureValues |
AccountSasSignatureValues.setPermissions(AccountSasPermission permissions)
|
AccountSasSignatureValues |
AccountSasSignatureValues.setProtocol(SasProtocol protocol)
Sets the SasProtocol which determines the HTTP protocol that will be used.
|
AccountSasSignatureValues |
AccountSasSignatureValues.setResourceTypes(String resourceTypes)
|
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)
|
AccountSasSignatureValues |
AccountSasSignatureValues.setStartTime(OffsetDateTime startTime)
Sets when the SAS will take effect.
|
AccountSasSignatureValues |
AccountSasSignatureValues.setVersion(String version)
Sets the service version that is targeted.
|