ISitePatchResourceProperties.DailyMemoryTimeQuota Property

Definition

Maximum allowed daily memory-time quota (applicable on dynamic apps only).

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Maximum allowed daily memory-time quota (applicable on dynamic apps only).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="dailyMemoryTimeQuota", Update=true)]
public int? DailyMemoryTimeQuota { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Maximum allowed daily memory-time quota (applicable on dynamic apps only).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="dailyMemoryTimeQuota", Update=true)>]
member this.DailyMemoryTimeQuota : Nullable<int> with get, set
Public Property DailyMemoryTimeQuota As Nullable(Of Integer)

Property Value

Attributes

Applies to