GetTaskRunResult

data class GetTaskRunResult(val azureApiVersion: String, val forceUpdateTag: String? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val runRequest: Any? = null, val runResult: RunResponse, val systemData: SystemDataResponse, val type: String)

The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, forceUpdateTag: String? = null, id: String, identity: IdentityPropertiesResponse? = null, location: String? = null, name: String, provisioningState: String, runRequest: Any? = null, runResult: RunResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val forceUpdateTag: String? = null

How the run should be forced to rerun even if the run request configuration has not changed

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

Identity for the resource.

Link copied to clipboard
val location: String? = null

The location of the resource

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning state of this task run

Link copied to clipboard
val runRequest: Any? = null

The request (parameters) for the run

Link copied to clipboard

The result of this task run

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The type of the resource.