Get Task Run Result
data class GetTaskRunResult(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
fun GetTaskRunResult(forceUpdateTag: String? = null, id: String, identity: IdentityPropertiesResponse? = null, location: String? = null, name: String, provisioningState: String, runRequest: Any? = null, runResult: RunResponse, systemData: SystemDataResponse, type: String)