IKubernetesOnlineDeployment.ContainerResourceLimitCpu Property

Definition

Number of vCPUs request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Number of vCPUs request/limit for container. More info:\r\n        https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cpu", Update=true)]
public string ContainerResourceLimitCpu { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Number of vCPUs request/limit for container. More info:\r\n        https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cpu", Update=true)>]
member this.ContainerResourceLimitCpu : string with get, set
Public Property ContainerResourceLimitCpu As String

Property Value

Attributes

Applies to