Class TriggeredBuildResult
java.lang.Object
com.azure.resourcemanager.appplatform.models.TriggeredBuildResult
The build result triggered by a build.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TriggeredBuildResult
public TriggeredBuildResult()
-
-
Method Details
-
id
Get the id property: The unique build id of this build result.- Returns:
- the id value.
-
withId
Set the id property: The unique build id of this build result.- Parameters:
id- the id value to set.- Returns:
- the TriggeredBuildResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-