Uses of Class
com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Packages that use ShareServiceSasSignatureValues
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing SAS (shared access signature) classes used by Azure Storage File Shares.
-
Uses of ShareServiceSasSignatureValues in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareServiceSasSignatureValuesModifier and TypeMethodDescriptionShareAsyncClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues) Generates a service sas for the queue using the specifiedShareServiceSasSignatureValues
ShareAsyncClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context) Generates a service sas for the queue using the specifiedShareServiceSasSignatureValues
ShareClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues) Generates a service sas for the queue using the specifiedShareServiceSasSignatureValues
ShareClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context) Generates a service sas for the queue using the specifiedShareServiceSasSignatureValues
ShareDirectoryAsyncClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues) Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValues
ShareDirectoryAsyncClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context) Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValues
ShareDirectoryClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues) Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValues
ShareDirectoryClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context) Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValues
ShareFileAsyncClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues) Generates a service SAS for the file using the specifiedShareServiceSasSignatureValues
ShareFileAsyncClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context) Generates a service SAS for the file using the specifiedShareServiceSasSignatureValues
ShareFileClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues) Generates a service SAS for the file using the specifiedShareServiceSasSignatureValues
ShareFileClient.generateSas
(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context) Generates a service SAS for the file using the specifiedShareServiceSasSignatureValues
-
Uses of ShareServiceSasSignatureValues in com.azure.storage.file.share.sas
Methods in com.azure.storage.file.share.sas that return ShareServiceSasSignatureValuesModifier and TypeMethodDescriptionShareServiceSasSignatureValues.setCacheControl
(String cacheControl) Sets the cache-control header for the SAS.ShareServiceSasSignatureValues.setContentDisposition
(String contentDisposition) Sets the content-disposition header for the SAS.ShareServiceSasSignatureValues.setContentEncoding
(String contentEncoding) Sets the content-encoding header for the SAS.ShareServiceSasSignatureValues.setContentLanguage
(String contentLanguage) Sets the content-language header for the SAS.ShareServiceSasSignatureValues.setContentType
(String contentType) Sets the content-type header for the SAS.ShareServiceSasSignatureValues.setExpiryTime
(OffsetDateTime expiryTime) Sets the time after which the SAS will no longer work.ShareServiceSasSignatureValues.setFilePath
(String filePath) Deprecated.Please use the generateSas methods provided on the desired file/directory client that will auto-populate the file path.ShareServiceSasSignatureValues.setIdentifier
(String identifier) Sets the name of the access policy on the share this SAS references if any.ShareServiceSasSignatureValues.setPermissions
(ShareFileSasPermission permissions) Sets the permissions allowed by the SAS.ShareServiceSasSignatureValues.setPermissions
(ShareSasPermission permissions) Sets the permissions allowed by the SAS.ShareServiceSasSignatureValues.setProtocol
(SasProtocol protocol) Sets theSasProtocol
which determines the protocols allowed by the SAS.ShareServiceSasSignatureValues.setSasIpRange
(SasIpRange sasIpRange) Sets theSasIpRange
which determines the IP ranges that are allowed to use the SAS.ShareServiceSasSignatureValues.setShareName
(String shareName) Deprecated.Please use the generateSas methods provided on the desired share/file/directory client that will auto-populate the share name.ShareServiceSasSignatureValues.setStartTime
(OffsetDateTime startTime) Sets when the SAS will take effect.ShareServiceSasSignatureValues.setVersion
(String version) Deprecated.The version is set to the latest version of sas.