Uses of Class
com.azure.storage.common.sas.AccountSasSignatureValues
-
Packages that use AccountSasSignatureValues Package Description com.azure.storage.common.sas Package containing SAS (shared access signature) classes used by Azure Storage services. -
-
Uses of AccountSasSignatureValues in com.azure.storage.common.sas
Methods in com.azure.storage.common.sas that return AccountSasSignatureValues Modifier and Type Method Description AccountSasSignatureValues
AccountSasSignatureValues. setEncryptionScope(String encryptionScope)
Sets the encryption scope that will be applied to any write operations performed with the sasAccountSasSignatureValues
AccountSasSignatureValues. setExpiryTime(OffsetDateTime expiryTime)
Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)
to specify the expiry time.AccountSasSignatureValues
AccountSasSignatureValues. setPermissions(AccountSasPermission permissions)
Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)
to specify the allowed permissions.AccountSasSignatureValues
AccountSasSignatureValues. setProtocol(SasProtocol protocol)
Sets theSasProtocol
which determines the HTTP protocol that will be used.AccountSasSignatureValues
AccountSasSignatureValues. setResourceTypes(String resourceTypes)
Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)
to specify the resource types being targeted.AccountSasSignatureValues
AccountSasSignatureValues. setSasIpRange(SasIpRange sasIpRange)
Sets theSasIpRange
which determines the IP ranges that are allowed to use the SAS.AccountSasSignatureValues
AccountSasSignatureValues. setServices(String services)
Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)
to specify the services being targeted.AccountSasSignatureValues
AccountSasSignatureValues. setStartTime(OffsetDateTime startTime)
Sets when the SAS will take effect.AccountSasSignatureValues
AccountSasSignatureValues. setVersion(String version)
Deprecated.The version is set to the latest version of sas.
-