ArcDeploymentResourceRequirements.Cpu Property
Definition
Important
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.
Kubernetes CPU quantity string, for example 500m, 2, 4, or 8. Required with memory when specifying CPU and memory limits. Do not specify with gpu.
public string Cpu { get; set; }
member this.Cpu : string with get, set
Public Property Cpu As String