Uses of Class
com.microsoft.azure.keyvault.models.LifetimeAction
-
Packages that use LifetimeAction Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of LifetimeAction in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return LifetimeAction Modifier and Type Method Description LifetimeActionLifetimeAction. withAction(Action action)Set the action value.LifetimeActionLifetimeAction. withTrigger(Trigger trigger)Set the trigger value.Methods in com.microsoft.azure.keyvault.models that return types with arguments of type LifetimeAction Modifier and Type Method Description List<LifetimeAction>CertificatePolicy. lifetimeActions()Get the lifetimeActions value.Method parameters in com.microsoft.azure.keyvault.models with type arguments of type LifetimeAction Modifier and Type Method Description CertificatePolicyCertificatePolicy. withLifetimeActions(List<LifetimeAction> lifetimeActions)Set the lifetimeActions value.
-