次の方法で共有


Site.DailyMemoryTimeQuota プロパティ

定義

許容される 1 日の最大メモリ時間クォータを取得または設定します (動的アプリにのみ適用されます)。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象