ICapabilities1.MaxMemoryInGb Property

Definition

The maximum allowed memory request in GB.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The maximum allowed memory request in GB.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="maxMemoryInGB", Update=false)]
public float? MaxMemoryInGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The maximum allowed memory request in GB.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="maxMemoryInGB", Update=false)>]
member this.MaxMemoryInGb : Nullable<single>
Public ReadOnly Property MaxMemoryInGb As Nullable(Of Single)

Property Value

Attributes

Applies to