Operation Class
Record to track long running operation.
- Inheritance
-
Operation
Constructor
Operation(*, operation_state=None, created_timestamp: Optional[str] = None, last_action_timestamp: Optional[str] = None, resource_location: Optional[str] = None, user_id: Optional[str] = None, operation_id: Optional[str] = None, error_response=None, **kwargs)
Parameters
- operation_state
- str or OperationStateType
Required
Operation state. Possible values include: 'Failed', 'NotStarted', 'Running', 'Succeeded'
- resource_location
- str
Required
Relative URI to the target resource location for completed resources.
Feedback
Submit and view feedback for