Task Args
constructor(agentConfiguration: Output<AgentPropertiesArgs>? = null, agentPoolName: Output<String>? = null, credentials: Output<CredentialsArgs>? = null, identity: Output<IdentityPropertiesArgs>? = null, isSystemTask: Output<Boolean>? = null, location: Output<String>? = null, logTemplate: Output<String>? = null, platform: Output<PlatformPropertiesArgs>? = null, registryName: Output<String>? = null, resourceGroupName: Output<String>? = null, status: Output<Either<String, TaskStatus>>? = null, step: Output<Any>? = null, tags: Output<Map<String, String>>? = null, taskName: Output<String>? = null, timeout: Output<Int>? = null, trigger: Output<TriggerPropertiesArgs>? = null)