Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmLifetimeAction
Packages that use ManagedHsmLifetimeAction
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmLifetimeAction in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmLifetimeActionModifier and TypeMethodDescriptionstatic ManagedHsmLifetimeActionManagedHsmLifetimeAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmLifetimeAction from the JsonReader.ManagedHsmLifetimeAction.withAction(ManagedHsmAction action) Set the action property: The action of key rotation policy lifetimeAction.ManagedHsmLifetimeAction.withTrigger(ManagedHsmTrigger trigger) Set the trigger property: The trigger of key rotation policy lifetimeAction.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type ManagedHsmLifetimeActionModifier and TypeMethodDescriptionManagedHsmRotationPolicy.lifetimeActions()Get the lifetimeActions property: The lifetimeActions for key rotation action.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type ManagedHsmLifetimeActionModifier and TypeMethodDescriptionManagedHsmRotationPolicy.withLifetimeActions(List<ManagedHsmLifetimeAction> lifetimeActions) Set the lifetimeActions property: The lifetimeActions for key rotation action.