ISiteLimits.MaxMemoryInMb Property

Definition

Maximum allowed memory usage in MB.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Maximum allowed memory usage in MB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxMemoryInMb", Update=true)]
public long? MaxMemoryInMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Maximum allowed memory usage in MB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxMemoryInMb", Update=true)>]
member this.MaxMemoryInMb : Nullable<int64> with get, set
Public Property MaxMemoryInMb As Nullable(Of Long)

Property Value

Attributes

Applies to