BuildStageProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.BuildStageProperties

public final class BuildStageProperties

The build stage (init-container and container) resources in build pod.

Constructor Summary

Constructor Description
BuildStageProperties()

Creates an instance of BuildStageProperties class.

Method Summary

Modifier and Type Method and Description
String exitCode()

Get the exitCode property: The exit code of this build init container.

String name()

Get the name property: The name of this build stage resource.

String reason()

Get the reason property: The reason of this build init container.

KPackBuildStageProvisioningState status()

Get the status property: The provisioning state of this build stage resource.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

BuildStageProperties

public BuildStageProperties()

Creates an instance of BuildStageProperties class.

Method Details

exitCode

public String exitCode()

Get the exitCode property: The exit code of this build init container.

Returns:

the exitCode value.

name

public String name()

Get the name property: The name of this build stage resource.

Returns:

the name value.

reason

public String reason()

Get the reason property: The reason of this build init container.

Returns:

the reason value.

status

public KPackBuildStageProvisioningState status()

Get the status property: The provisioning state of this build stage resource.

Returns:

the status value.

validate

public void validate()

Validates the instance.

Applies to