Uses of Enum
com.azure.resourcemanager.storage.models.KeyPermission
Packages that use KeyPermission
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of KeyPermission in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type KeyPermission in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionenumPermissions for the key -- read-only or full permissions.Methods in com.azure.resourcemanager.storage.models that return KeyPermissionModifier and TypeMethodDescriptionstatic KeyPermissionKeyPermission.fromString(String value) Parses a serialized value to a KeyPermission instance.StorageAccountKey.permissions()Get the permissions property: Permissions for the key -- read-only or full permissions.static KeyPermissionReturns the enum constant of this type with the specified name.static KeyPermission[]KeyPermission.values()Returns an array containing the constants of this enum type, in the order they are declared.