RunGetLogResultInner Class

  • java.lang.Object
    • com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner

public class RunGetLogResultInner

The result of get log link operation.

Method Summary

Modifier and Type Method and Description
String logLink()

Get the link to logs for a run on a azure container registry.

RunGetLogResultInner withLogLink(String logLink)

Set the link to logs for a run on a azure container registry.

Method Details

logLink

public String logLink()

Get the link to logs for a run on a azure container registry.

Returns:

the logLink value

withLogLink

public RunGetLogResultInner withLogLink(String logLink)

Set the link to logs for a run on a azure container registry.

Parameters:

logLink - the logLink value to set

Returns:

the RunGetLogResultInner object itself.

Applies to