IContainerResourceSettings.Memory Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Memory size 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="memory", Update=true)]
public string Memory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Memory size 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="memory", Update=true)>]
member this.Memory : string with get, set
Public Property Memory As String

Property Value

Attributes

Applies to