RunGetLogResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. fluent. models. RunGetLogResultInner
- com.
Implements
public final class RunGetLogResultInner
implements JsonSerializable<RunGetLogResultInner>
The result of get log link operation.
Constructor Summary
Constructor | Description |
---|---|
RunGetLogResultInner() |
Creates an instance of Run |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
String |
logArtifactLink()
Get the log |
String |
logLink()
Get the log |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Run |
withLogArtifactLink(String logArtifactLink)
Set the log |
Run |
withLogLink(String logLink)
Set the log |
Methods inherited from java.lang.Object
Constructor Details
RunGetLogResultInner
public RunGetLogResultInner()
Creates an instance of RunGetLogResultInner class.
Method Details
fromJson
public static RunGetLogResultInner fromJson(JsonReader jsonReader)
Reads an instance of RunGetLogResultInner from the JsonReader.
Parameters:
Returns:
Throws:
logArtifactLink
public String logArtifactLink()
Get the logArtifactLink property: The link to logs in registry for a run on a azure container registry.
Returns:
logLink
public String logLink()
Get the logLink property: The link to logs for a run on a azure container registry.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLogArtifactLink
public RunGetLogResultInner withLogArtifactLink(String logArtifactLink)
Set the logArtifactLink property: The link to logs in registry for a run on a azure container registry.
Parameters:
Returns:
withLogLink
public RunGetLogResultInner withLogLink(String logLink)
Set the logLink property: The link to logs for a run on a azure container registry.
Parameters:
Returns:
Applies to
Azure SDK for Java