Site.DailyMemoryTimeQuota Property

Definition

Gets or sets maximum allowed daily memory-time quota (applicable on dynamic apps only).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dailyMemoryTimeQuota")]
public int? DailyMemoryTimeQuota { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dailyMemoryTimeQuota")>]
member this.DailyMemoryTimeQuota : Nullable<int> with get, set
Public Property DailyMemoryTimeQuota As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to