Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmTrigger
Packages that use ManagedHsmTrigger
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmTrigger in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmTriggerModifier and TypeMethodDescriptionstatic ManagedHsmTriggerManagedHsmTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmTrigger from the JsonReader.ManagedHsmLifetimeAction.trigger()Get the trigger property: The trigger of key rotation policy lifetimeAction.ManagedHsmTrigger.withTimeAfterCreate(String timeAfterCreate) Set the timeAfterCreate property: The time duration after key creation to rotate the key.ManagedHsmTrigger.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 ManagedHsmTriggerModifier and TypeMethodDescriptionManagedHsmLifetimeAction.withTrigger(ManagedHsmTrigger trigger) Set the trigger property: The trigger of key rotation policy lifetimeAction.