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". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python