Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CPU configuration in terms of number of cores required for the run.
public int? AgentCpu { get; set; }
member this.AgentCpu : Nullable<int> with get, set