Get Task Run Result
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
How the run should be forced to rerun even if the run request configuration has not changed
Link copied to clipboard
Identity for the resource.
Link copied to clipboard
The provisioning state of this task run
Link copied to clipboard
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.