Uses of Class
com.azure.resourcemanager.keyvault.models.LifetimeAction
Packages that use LifetimeAction
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of LifetimeAction in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return LifetimeActionModifier and TypeMethodDescriptionstatic LifetimeActionLifetimeAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LifetimeAction from the JsonReader.LifetimeAction.withAction(Action action) Set the action property: The action of key rotation policy lifetimeAction.LifetimeAction.withTrigger(Trigger 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 LifetimeActionModifier and TypeMethodDescriptionRotationPolicy.lifetimeActions()Get the lifetimeActions property: The lifetimeActions for key rotation action.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type LifetimeActionModifier and TypeMethodDescriptionRotationPolicy.withLifetimeActions(List<LifetimeAction> lifetimeActions) Set the lifetimeActions property: The lifetimeActions for key rotation action.