Class BuildStageProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildStageProperties
The build stage (init-container and container) resources in build pod.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexitCode()Get the exitCode property: The exit code of this build init container.name()Get the name property: The name of this build stage resource.reason()Get the reason property: The reason of this build init container.status()Get the status property: The provisioning state of this build stage resource.voidvalidate()Validates the instance.
-
Constructor Details
-
BuildStageProperties
public BuildStageProperties()Creates an instance of BuildStageProperties class.
-
-
Method Details
-
name
Get the name property: The name of this build stage resource.- Returns:
- the name value.
-
status
Get the status property: The provisioning state of this build stage resource.- Returns:
- the status value.
-
exitCode
Get the exitCode property: The exit code of this build init container.- Returns:
- the exitCode value.
-
reason
Get the reason property: The reason of this build init container.- Returns:
- the reason value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-