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 Trigger
LifetimeAction. trigger()
Get the trigger value.Trigger
Trigger. withDaysBeforeExpiry(Integer daysBeforeExpiry)
Set the daysBeforeExpiry value.Trigger
Trigger. withLifetimePercentage(Integer lifetimePercentage)
Set the lifetimePercentage value.Methods in com.microsoft.azure.keyvault.models with parameters of type Trigger Modifier and Type Method Description LifetimeAction
LifetimeAction. withTrigger(Trigger trigger)
Set the trigger value.
-