Uses of Class
com.microsoft.azure.keyvault.models.Action
-
Packages that use Action Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of Action in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return Action Modifier and Type Method Description Action
LifetimeAction. action()
Get the action value.Action
Action. withActionType(ActionType actionType)
Set the actionType value.Methods in com.microsoft.azure.keyvault.models with parameters of type Action Modifier and Type Method Description LifetimeAction
LifetimeAction. withAction(Action action)
Set the action value.
-