Operation Class

Represents an operation returned by the GetOperations request.

Inheritance
Operation

Constructor

Operation(*, name: Optional[str] = None, display: Optional[azure.mgmt.maintenance.models._models_py3.OperationInfo] = None, origin: Optional[str] = None, properties: Optional[str] = None, is_data_action: Optional[bool] = None, **kwargs)

Parameters

name
str
Required

Name of the operation.

display
OperationInfo
Required

Display name of the operation.

origin
str
Required

Origin of the operation.

properties
str
Required

Properties of the operation.

is_data_action
bool
Required

Indicates whether the operation is a data action.