GetBuildResult

data class GetBuildResult(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(buildStatus: String, configuration: BuildConfigurationResponse? = null, destinationContainerRegistry: ContainerRegistryWithCustomImageResponse? = null, id: String, logStreamEndpoint: String, name: String, provisioningState: String, systemData: SystemDataResponse, tokenEndpoint: String, type: String, uploadEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Endpoint from which the build logs can be streamed.

Link copied to clipboard

The name of the resource

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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Endpoint to which the source code should be uploaded.