Get Build Result
data class GetBuildResult(val azureApiVersion: String, val buildStatus: String, val configuration: BuildConfigurationResponse? = null, val destinationContainerRegistry: ContainerRegistryWithCustomImageResponse? = null, val id: String, val logStreamEndpoint: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tokenEndpoint: String, val type: String, val uploadEndpoint: String)
Information pertaining to an individual build.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, buildStatus: String, configuration: BuildConfigurationResponse? = null, destinationContainerRegistry: ContainerRegistryWithCustomImageResponse? = null, id: String, logStreamEndpoint: String, name: String, provisioningState: String, systemData: SystemDataResponse, tokenEndpoint: String, type: String, uploadEndpoint: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Status of the build once it has been provisioned.
Link copied to clipboard
Configuration of the build.
Link copied to clipboard
Container registry that the final image will be uploaded to.
Link copied to clipboard
Endpoint from which the build logs can be streamed.
Link copied to clipboard
Build provisioning state.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
Link copied to clipboard
Endpoint to which the source code should be uploaded.