Uses of Enum
com.azure.resourcemanager.keyvault.models.KeyRotationPolicyActionType
Packages that use KeyRotationPolicyActionType
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of KeyRotationPolicyActionType in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return KeyRotationPolicyActionTypeModifier and TypeMethodDescriptionstatic KeyRotationPolicyActionTypeKeyRotationPolicyActionType.fromString(String value) Parses a serialized value to a KeyRotationPolicyActionType instance.Action.type()Get the type property: The type of action.ManagedHsmAction.type()Get the type property: The type of action.static KeyRotationPolicyActionTypeReturns the enum constant of this type with the specified name.static KeyRotationPolicyActionType[]KeyRotationPolicyActionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.keyvault.models with parameters of type KeyRotationPolicyActionTypeModifier and TypeMethodDescriptionAction.withType(KeyRotationPolicyActionType type) Set the type property: The type of action.ManagedHsmAction.withType(KeyRotationPolicyActionType type) Set the type property: The type of action.