Package version:

The result of get log link operation.

interface RunGetLogResult {
    logArtifactLink?: string;
    logLink?: string;
}

Properties

logArtifactLink?: string

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

logLink?: string

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