RunGetLogResult Class
The result of get log link operation.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRunGetLogResult
Constructor
RunGetLogResult(*, log_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. |
Variables
Name | Description |
---|---|
log_link
|
The link to logs for a run on a azure container registry. |
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