public class AgentProperties extends Object
| Constructor | Description |
|---|---|
AgentProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
Integer |
cpu() |
Get the CPU configuration in terms of number of cores required for the run.
|
AgentProperties |
withCpu(Integer cpu) |
Set the CPU configuration in terms of number of cores required for the run.
|
public Integer cpu()
public AgentProperties withCpu(Integer cpu)
cpu - the cpu value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/