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 AccountSasSignatureValuesAccountSasSignatureValues. setEncryptionScope(String encryptionScope)Sets the encryption scope that will be applied to any write operations performed with the sasAccountSasSignatureValuesAccountSasSignatureValues. setExpiryTime(OffsetDateTime expiryTime)Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the expiry time.AccountSasSignatureValuesAccountSasSignatureValues. setPermissions(AccountSasPermission permissions)Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the allowed permissions.AccountSasSignatureValuesAccountSasSignatureValues. setProtocol(SasProtocol protocol)Sets theSasProtocolwhich determines the HTTP protocol that will be used.AccountSasSignatureValuesAccountSasSignatureValues. setResourceTypes(String resourceTypes)Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the resource types being targeted.AccountSasSignatureValuesAccountSasSignatureValues. setSasIpRange(SasIpRange sasIpRange)Sets theSasIpRangewhich determines the IP ranges that are allowed to use the SAS.AccountSasSignatureValuesAccountSasSignatureValues. setServices(String services)Deprecated.Please useAccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)to specify the services being targeted.AccountSasSignatureValuesAccountSasSignatureValues. setStartTime(OffsetDateTime startTime)Sets when the SAS will take effect.AccountSasSignatureValuesAccountSasSignatureValues. setVersion(String version)Deprecated.The version is set to the latest version of sas.
-