Share via


ISite.DailyMemoryTimeQuota Property

Definition

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

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

Property Value

Attributes

Applies to