Uses of Class
com.azure.resourcemanager.storage.models.KeyPermission
-
Packages that use KeyPermission Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of KeyPermission in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return KeyPermission Modifier and Type Method Description static KeyPermissionKeyPermission. fromString(String value)Parses a serialized value to a KeyPermission instance.KeyPermissionStorageAccountKey. permissions()Get the permissions property: Permissions for the key -- read-only or full permissions.static KeyPermissionKeyPermission. valueOf(String name)Returns 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.
-