OperationStatusesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

AzureMediaServices's

<xref:operation_statuses> attribute.

Inheritance
builtins.object
OperationStatusesOperations

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

resource_group_name
str
Required

The name of the resource group within the Azure subscription.

account_name
str
Required

The Media Services account name.

asset_name
str
Required

The Asset name.

track_name
str
Required

The Asset Track name.

operation_id
str
Required

Operation Id.

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'>