Class RunGetLogResultInner
java.lang.Object
com.azure.resourcemanager.containerregistry.fluent.models.RunGetLogResultInner
The result of get log link operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the logArtifactLink property: The link to logs in registry for a run on a azure container registry.logLink()Get the logLink property: The link to logs for a run on a azure container registry.voidvalidate()Validates the instance.withLogArtifactLink(String logArtifactLink) Set the logArtifactLink property: The link to logs in registry for a run on a azure container registry.withLogLink(String logLink) Set the logLink property: The link to logs for a run on a azure container registry.
-
Constructor Details
-
RunGetLogResultInner
public RunGetLogResultInner()Creates an instance of RunGetLogResultInner class.
-
-
Method Details
-
logLink
Get the logLink property: The link to logs for a run on a azure container registry.- Returns:
- the logLink value.
-
withLogLink
Set the logLink property: The link to logs for a run on a azure container registry.- Parameters:
logLink- the logLink value to set.- Returns:
- the RunGetLogResultInner object itself.
-
logArtifactLink
Get the logArtifactLink property: The link to logs in registry for a run on a azure container registry.- Returns:
- the logArtifactLink value.
-
withLogArtifactLink
Set the logArtifactLink property: The link to logs in registry for a run on a azure container registry.- Parameters:
logArtifactLink- the logArtifactLink value to set.- Returns:
- the RunGetLogResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-