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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python