Action Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. Action
- com.
public class Action
The action that will be executed.
Method Summary
Modifier and Type | Method and Description |
---|---|
Action |
actionType()
Get the actionType value. |
Action |
withActionType(ActionType actionType)
Set the actionType value. |
Method Details
actionType
public ActionType actionType()
Get the actionType value.
Returns:
the actionType value
withActionType
public Action withActionType(ActionType actionType)
Set the actionType value.
Parameters:
actionType
- the actionType value to set
Returns:
the Action object itself.