Uses of Class
com.azure.resourcemanager.keyvault.models.Trigger
Packages that use Trigger
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Trigger in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return TriggerModifier and TypeMethodDescriptionstatic TriggerTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Trigger from the JsonReader.LifetimeAction.trigger()Get the trigger property: The trigger of key rotation policy lifetimeAction.Trigger.withTimeAfterCreate(String timeAfterCreate) Set the timeAfterCreate property: The time duration after key creation to rotate the key.Trigger.withTimeBeforeExpiry(String timeBeforeExpiry) Set the timeBeforeExpiry property: The time duration before key expiring to rotate or notify.Methods in com.azure.resourcemanager.keyvault.models with parameters of type TriggerModifier and TypeMethodDescriptionLifetimeAction.withTrigger(Trigger trigger) Set the trigger property: The trigger of key rotation policy lifetimeAction.