Compartilhar via


RunGetLogResult Class

The result of get log link operation.

Inheritance
azure.mgmt.containerregistry._serialization.Model
RunGetLogResult

Constructor

RunGetLogResult(*, log_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
log_link
str

The link to logs for a run on a azure container registry.

Variables

Name Description
log_link
str

The link to logs for a run on a azure container registry.