Operation Class
A REST API operation.
- Inheritance
-
Operation
Constructor
Operation(*, name: Optional[str] = None, is_data_action: Optional[bool] = None, display: Optional[azure.mgmt.batch.models._models_py3.OperationDisplay] = None, origin: Optional[str] = None, properties: Optional[Any] = None, **kwargs)
Variables
- name
- str
This is of the format {provider}/{resource}/{operation}.
- is_data_action
- bool
Indicates whether the operation is a data action.
- display
- OperationDisplay
The object that describes the operation.
- origin
- str
The intended executor of the operation.
- properties
- any
Any object.
Feedback
Submit and view feedback for