| Modifier and Type | Method and Description |
|---|---|
AgentProperties |
TaskUpdateParameters.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
FileTaskRunRequest.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
EncodedTaskRunRequest.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
DockerBuildRequest.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
AgentProperties.withCpu(Integer cpu)
Set the CPU configuration in terms of number of cores required for the run.
|
| Modifier and Type | Method and Description |
|---|---|
TaskUpdateParameters |
TaskUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
FileTaskRunRequest |
FileTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
DockerBuildRequest |
DockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/