OperationResultsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:operation_results> attribute.
- Inheritance
-
builtins.objectOperationResultsOperations
Constructor
OperationResultsOperations(*args, **kwargs)
Methods
| get |
Get operation result. Get asset track operation result. |
get
Get operation result.
Get asset track operation result.
async get(resource_group_name: str, account_name: str, asset_name: str, track_name: str, operation_id: str, **kwargs: Any) -> Optional[azure.mgmt.media.models._models_py3.AssetTrack]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AssetTrack, 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