다음을 통해 공유


SiteLimits.MaxMemoryInMb 속성

정의

허용되는 최대 메모리 사용량을 MB로 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="maxMemoryInMb")]
public long? MaxMemoryInMb { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxMemoryInMb")>]
member this.MaxMemoryInMb : Nullable<int64> with get, set
Public Property MaxMemoryInMb As Nullable(Of Long)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상