Uses of Class
com.microsoft.azure.management.storage.AccountSasParameters
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of AccountSasParameters in com.microsoft.azure.management.storage
Modifier and TypeMethodDescriptionAccountSasParameters.withIPAddressOrRange
(String iPAddressOrRange) Set an IP address or a range of IP addresses from which to accept requests.AccountSasParameters.withKeyToSign
(String keyToSign) Set the key to sign the account SAS token with.AccountSasParameters.withPermissions
(Permissions permissions) Set the signed permissions for the account SAS.AccountSasParameters.withProtocols
(HttpProtocol protocols) Set the protocol permitted for a request made with the account SAS.AccountSasParameters.withResourceTypes
(SignedResourceTypes resourceTypes) Set the signed resource types that are accessible with the account SAS.AccountSasParameters.withServices
(Services services) Set the signed services accessible with the account SAS.AccountSasParameters.withSharedAccessExpiryTime
(org.joda.time.DateTime sharedAccessExpiryTime) Set the time at which the shared access signature becomes invalid.AccountSasParameters.withSharedAccessStartTime
(org.joda.time.DateTime sharedAccessStartTime) Set the time at which the SAS becomes valid.