OperationStatusesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:operation_statuses> attribute.
- Inheritance
-
builtins.objectOperationStatusesOperations
Constructor
OperationStatusesOperations(*args, **kwargs)
Methods
| get |
Get operation status. Get asset track operation status. |
get
Get operation status.
Get asset track operation status.
async get(resource_group_name: str, account_name: str, asset_name: str, track_name: str, operation_id: str, **kwargs: Any) -> azure.mgmt.media.models._models_py3.AssetTrackOperationStatus
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AssetTrackOperationStatus, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.media.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\media\\models\\__init__.py'>
Feedback
Submit and view feedback for