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