Uses of Class
com.microsoft.azure.management.storage.ServiceSasParameters
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of ServiceSasParameters in com.microsoft.azure.management.storage
Modifier and TypeMethodDescriptionServiceSasParameters.withCacheControl
(String cacheControl) Set the response header override for cache control.ServiceSasParameters.withCanonicalizedResource
(String canonicalizedResource) Set the canonical path to the signed resource.ServiceSasParameters.withContentDisposition
(String contentDisposition) Set the response header override for content disposition.ServiceSasParameters.withContentEncoding
(String contentEncoding) Set the response header override for content encoding.ServiceSasParameters.withContentLanguage
(String contentLanguage) Set the response header override for content language.ServiceSasParameters.withContentType
(String contentType) Set the response header override for content type.ServiceSasParameters.withIdentifier
(String identifier) Set a unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table.ServiceSasParameters.withIPAddressOrRange
(String iPAddressOrRange) Set an IP address or a range of IP addresses from which to accept requests.ServiceSasParameters.withKeyToSign
(String keyToSign) Set the key to sign the account SAS token with.ServiceSasParameters.withPartitionKeyEnd
(String partitionKeyEnd) Set the end of partition key.ServiceSasParameters.withPartitionKeyStart
(String partitionKeyStart) Set the start of partition key.ServiceSasParameters.withPermissions
(Permissions permissions) Set the signed permissions for the service SAS.ServiceSasParameters.withProtocols
(HttpProtocol protocols) Set the protocol permitted for a request made with the account SAS.ServiceSasParameters.withResource
(SignedResource resource) Set the signed services accessible with the service SAS.ServiceSasParameters.withRowKeyEnd
(String rowKeyEnd) Set the end of row key.ServiceSasParameters.withRowKeyStart
(String rowKeyStart) Set the start of row key.ServiceSasParameters.withSharedAccessExpiryTime
(org.joda.time.DateTime sharedAccessExpiryTime) Set the time at which the shared access signature becomes invalid.ServiceSasParameters.withSharedAccessStartTime
(org.joda.time.DateTime sharedAccessStartTime) Set the time at which the SAS becomes valid.Modifier and TypeMethodDescriptionStorageAccounts.createSasToken
(String resourceGroupName, String accountName, ServiceSasParameters parameters) Creates an Sas token for the storage account.rx.Observable<String>
StorageAccounts.createSasTokenAsync
(String resourceGroupName, String accountName, ServiceSasParameters parameters) Creates an Sas token for the storage account asynchronously.