List Task Details Result
data class ListTaskDetailsResult(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val creationDate: String, val credentials: CredentialsResponse? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val isSystemTask: Boolean? = null, val location: String, val logTemplate: String? = null, val name: String, val platform: PlatformPropertiesResponse? = null, val provisioningState: String, val status: String? = null, val step: Any? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeout: Int? = null, val trigger: TriggerPropertiesResponse? = null, val type: String)
The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.
Constructors
Link copied to clipboard
fun ListTaskDetailsResult(agentConfiguration: AgentPropertiesResponse? = null, agentPoolName: String? = null, creationDate: String, credentials: CredentialsResponse? = null, id: String, identity: IdentityPropertiesResponse? = null, isSystemTask: Boolean? = null, location: String, logTemplate: String? = null, name: String, platform: PlatformPropertiesResponse? = null, provisioningState: String, status: String? = null, step: Any? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeout: Int? = null, trigger: TriggerPropertiesResponse? = null, type: String)