Run Response
data class RunResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val createTime: String? = null, val customRegistries: List<String>? = null, val finishTime: String? = null, val id: String, val imageUpdateTrigger: ImageUpdateTriggerResponse? = null, val isArchiveEnabled: Boolean? = null, val lastUpdatedTime: String? = null, val logArtifact: ImageDescriptorResponse, val name: String, val outputImages: List<ImageDescriptorResponse>? = null, val platform: PlatformPropertiesResponse? = null, val provisioningState: String? = null, val runErrorMessage: String, val runId: String? = null, val runType: String? = null, val sourceRegistryAuth: String? = null, val sourceTrigger: SourceTriggerDescriptorResponse? = null, val startTime: String? = null, val status: String? = null, val systemData: SystemDataResponse, val task: String? = null, val timerTrigger: TimerTriggerDescriptorResponse? = null, val type: String, val updateTriggerToken: String? = null)
Run resource properties
Constructors
Link copied to clipboard
fun RunResponse(agentConfiguration: AgentPropertiesResponse? = null, agentPoolName: String? = null, createTime: String? = null, customRegistries: List<String>? = null, finishTime: String? = null, id: String, imageUpdateTrigger: ImageUpdateTriggerResponse? = null, isArchiveEnabled: Boolean? = null, lastUpdatedTime: String? = null, logArtifact: ImageDescriptorResponse, name: String, outputImages: List<ImageDescriptorResponse>? = null, platform: PlatformPropertiesResponse? = null, provisioningState: String? = null, runErrorMessage: String, runId: String? = null, runType: String? = null, sourceRegistryAuth: String? = null, sourceTrigger: SourceTriggerDescriptorResponse? = null, startTime: String? = null, status: String? = null, systemData: SystemDataResponse, task: String? = null, timerTrigger: TimerTriggerDescriptorResponse? = null, type: String, updateTriggerToken: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard