AsyncOperationResult Class
The details of a long running asynchronous shared private link resource operation.
- Inheritance
-
azure.mgmt.search._serialization.ModelAsyncOperationResult
Constructor
AsyncOperationResult(*, status: str | _models.SharedPrivateLinkResourceAsyncOperationResult | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The current status of the long running asynchronous shared private link resource operation. Known values are: "Running", "Succeeded", and "Failed". |
Variables
Name | Description |
---|---|
status
|
The current status of the long running asynchronous shared private link resource operation. Known values are: "Running", "Succeeded", and "Failed". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python