共用方式為


OperationStatusesOperations 類別

警告

請勿直接具現化此類別。

您應該改為透過 存取下列作業

DevCenterMgmtClient's

<xref:operation_statuses> 屬性。

繼承
builtins.object
OperationStatusesOperations

建構函式

OperationStatusesOperations(*args, **kwargs)

方法

get

取得作業狀態。

取得非同步作業的目前狀態。

get

取得作業狀態。

取得非同步作業的目前狀態。

async get(location: str, operation_id: str, **kwargs: Any) -> OperationStatus

參數

location
str
必要

Azure 區域。 必要。

operation_id
str
必要

進行中非同步作業的識別碼。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

OperationStatus 或 cls 的結果 (回應)

傳回類型

例外狀況

屬性

models

models = <module 'azure.mgmt.devcenter.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\devcenter\\models\\__init__.py'>