Share via


ICapabilities.CapabilityMaxMemoryInGb Property

Definition

The maximum allowed memory request in GB.

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

Property Value

Attributes

Applies to