Get Pool Start Task
data class GetPoolStartTask(val commandLine: String, val commonEnvironmentProperties: Map<String, String>? = null, val containers: List<GetPoolStartTaskContainer>, val resourceFiles: List<GetPoolStartTaskResourceFile>, val taskRetryMaximum: Int, val userIdentities: List<GetPoolStartTaskUserIdentity>, val waitForSuccess: Boolean)
Constructors
Link copied to clipboard
fun GetPoolStartTask(commandLine: String, commonEnvironmentProperties: Map<String, String>? = null, containers: List<GetPoolStartTaskContainer>, resourceFiles: List<GetPoolStartTaskResourceFile>, taskRetryMaximum: Int, userIdentities: List<GetPoolStartTaskUserIdentity>, waitForSuccess: Boolean)