Uses of Enum Class
com.microsoft.azure.management.storage.KeyPermission
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of KeyPermission in com.microsoft.azure.management.storage
Modifier and TypeMethodDescriptionstatic KeyPermission
KeyPermission.fromString
(String value) Parses a serialized value to a KeyPermission instance.StorageAccountKey.permissions()
Get permissions for the key -- read-only or full permissions.static KeyPermission
Returns the enum constant of this class with the specified name.static KeyPermission[]
KeyPermission.values()
Returns an array containing the constants of this enum class, in the order they are declared.