Uses of Class
com.microsoft.azure.keyvault.models.Trigger
-
Packages that use Trigger Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of Trigger in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return Trigger Modifier and Type Method Description TriggerLifetimeAction. trigger()Get the trigger value.TriggerTrigger. withDaysBeforeExpiry(Integer daysBeforeExpiry)Set the daysBeforeExpiry value.TriggerTrigger. withLifetimePercentage(Integer lifetimePercentage)Set the lifetimePercentage value.Methods in com.microsoft.azure.keyvault.models with parameters of type Trigger Modifier and Type Method Description LifetimeActionLifetimeAction. withTrigger(Trigger trigger)Set the trigger value.
-