RunGetLogResult Class
The result of get log link operation.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRunGetLogResult
Constructor
RunGetLogResult(*, log_link: str | None = None, log_artifact_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
log_link
|
The link to logs for a run on a azure container registry. |
log_artifact_link
|
The link to logs in registry for a run on a azure container registry. |
Variables
Name | Description |
---|---|
log_link
|
The link to logs for a run on a azure container registry. |
log_artifact_link
|
The link to logs in registry for a run on a azure container registry. |
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