Class AgentProperties
java.lang.Object
com.microsoft.azure.management.containerregistry.AgentProperties
The properties that determine the run agent configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncpu()
Get the CPU configuration in terms of number of cores required for the run.Set the CPU configuration in terms of number of cores required for the run.
-
Constructor Details
-
AgentProperties
public AgentProperties()
-
-
Method Details
-
cpu
Get the CPU configuration in terms of number of cores required for the run.- Returns:
- the cpu value
-
withCpu
Set the CPU configuration in terms of number of cores required for the run.- Parameters:
cpu
- the cpu value to set- Returns:
- the AgentProperties object itself.
-