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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python