Uses of Class
com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
-
Packages that use ShareServiceSasSignatureValues Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.sas 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 ShareServiceSasSignatureValues Modifier and Type Method Description StringShareAsyncClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues)Generates a service sas for the queue using the specifiedShareServiceSasSignatureValuesStringShareAsyncClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service sas for the queue using the specifiedShareServiceSasSignatureValuesStringShareClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues)Generates a service sas for the queue using the specifiedShareServiceSasSignatureValuesStringShareClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service sas for the queue using the specifiedShareServiceSasSignatureValuesStringShareDirectoryAsyncClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues)Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValuesStringShareDirectoryAsyncClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValuesStringShareDirectoryClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues)Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValuesStringShareDirectoryClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service SAS for the directory using the specifiedShareServiceSasSignatureValuesStringShareFileAsyncClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues)Generates a service SAS for the file using the specifiedShareServiceSasSignatureValuesStringShareFileAsyncClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service SAS for the file using the specifiedShareServiceSasSignatureValuesStringShareFileClient. generateSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues)Generates a service SAS for the file using the specifiedShareServiceSasSignatureValuesStringShareFileClient. 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 ShareServiceSasSignatureValues Modifier and Type Method Description ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setCacheControl(String cacheControl)Sets the cache-control header for the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setContentDisposition(String contentDisposition)Sets the content-disposition header for the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setContentEncoding(String contentEncoding)Sets the content-encoding header for the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setContentLanguage(String contentLanguage)Sets the content-language header for the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setContentType(String contentType)Sets the content-type header for the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setExpiryTime(OffsetDateTime expiryTime)Sets the time after which the SAS will no longer work.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setFilePath(String filePath)Deprecated.Please use the generateSas methods provided on the desired file/directory client that will auto-populate the file path.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setIdentifier(String identifier)Sets the name of the access policy on the share this SAS references if any.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setPermissions(ShareFileSasPermission permissions)Sets the permissions allowed by the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setPermissions(ShareSasPermission permissions)Sets the permissions allowed by the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setProtocol(SasProtocol protocol)Sets theSasProtocolwhich determines the protocols allowed by the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setSasIpRange(SasIpRange sasIpRange)Sets theSasIpRangewhich determines the IP ranges that are allowed to use the SAS.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setShareName(String shareName)Deprecated.Please use the generateSas methods provided on the desired share/file/directory client that will auto-populate the share name.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setStartTime(OffsetDateTime startTime)Sets when the SAS will take effect.ShareServiceSasSignatureValuesShareServiceSasSignatureValues. setVersion(String version)Deprecated.The version is set to the latest version of sas.
-