Class BuildResultLogInner
java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.BuildResultLogInner
Build result log resource properties payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblobUrl()Get the blobUrl property: The public download URL of this build result log.voidvalidate()Validates the instance.withBlobUrl(String blobUrl) Set the blobUrl property: The public download URL of this build result log.
-
Constructor Details
-
BuildResultLogInner
public BuildResultLogInner()Creates an instance of BuildResultLogInner class.
-
-
Method Details
-
blobUrl
Get the blobUrl property: The public download URL of this build result log.- Returns:
- the blobUrl value.
-
withBlobUrl
Set the blobUrl property: The public download URL of this build result log.- Parameters:
blobUrl- the blobUrl value to set.- Returns:
- the BuildResultLogInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-