| Modifier and Type | Method | Description |
|---|---|---|
AgentProperties |
DockerBuildRequest.agentConfiguration() |
Get the machine configuration of the run agent.
|
AgentProperties |
EncodedTaskRunRequest.agentConfiguration() |
Get the machine configuration of the run agent.
|
AgentProperties |
FileTaskRunRequest.agentConfiguration() |
Get the machine configuration of the run agent.
|
AgentProperties |
Run.agentConfiguration() |
|
AgentProperties |
Task.agentConfiguration() |
|
AgentProperties |
TaskUpdateParameters.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 | Description |
|---|---|---|
DockerBuildRequest |
DockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the machine configuration of the run agent.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the machine configuration of the run agent.
|
FileTaskRunRequest |
FileTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the machine configuration of the run agent.
|
Task.DefinitionStages.WithCreate |
Task.DefinitionStages.WithAgentConfiguration.withAgentConfiguration(AgentProperties agentConfiguration) |
Specifies agentConfiguration.
|
Task.Update |
Task.UpdateStages.WithAgentConfiguration.withAgentConfiguration(AgentProperties agentConfiguration) |
Specifies agentConfiguration.
|
TaskUpdateParameters |
TaskUpdateParameters.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.
*/