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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java