Uses of Class
com.microsoft.azure.management.storage.Permissions
Packages that use Permissions
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of Permissions in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as PermissionsModifier and TypeFieldDescriptionstatic final Permissions
Permissions.A
Static value a for Permissions.static final Permissions
Permissions.C
Static value c for Permissions.static final Permissions
Permissions.D
Static value d for Permissions.static final Permissions
Permissions.L
Static value l for Permissions.static final Permissions
Permissions.P
Static value p for Permissions.static final Permissions
Permissions.R
Static value r for Permissions.static final Permissions
Permissions.U
Static value u for Permissions.static final Permissions
Permissions.W
Static value w for Permissions.Methods in com.microsoft.azure.management.storage that return PermissionsModifier and TypeMethodDescriptionstatic Permissions
Permissions.fromString
(String name) Creates or finds a Permissions from its string representation.AccountSasParameters.permissions()
Get the signed permissions for the account SAS.ServiceSasParameters.permissions()
Get the signed permissions for the service SAS.Methods in com.microsoft.azure.management.storage that return types with arguments of type PermissionsMethods in com.microsoft.azure.management.storage with parameters of type PermissionsModifier and TypeMethodDescriptionAccountSasParameters.withPermissions
(Permissions permissions) Set the signed permissions for the account SAS.ServiceSasParameters.withPermissions
(Permissions permissions) Set the signed permissions for the service SAS.