共用方式為


Action Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.Action

public class Action

The action that will be executed.

Method Summary

Modifier and Type Method and Description
ActionType 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