Operation Class

An operation.

All required parameters must be populated in order to send to Azure.

Inheritance
Operation

Constructor

Operation(*, name: str, display: Optional[_models.OperationDisplay] = None, origin: Optional[str] = None, properties: Optional[_models.Properties] = None, is_data_action: Optional[bool] = None, action_type: Optional[Union[str, _models.ActionType]] = None, **kwargs)

Variables

name
str

Required. The operation name.

display
OperationDisplay

The operation display name.

origin
str

Origin of the operation.

properties
Properties

Operation properties format.

is_data_action
bool

Whether the operation applies to data-plane.

action_type
str or ActionType

Indicates the action type. Known values are: "Internal".