다음을 통해 공유


SiteLimits 클래스

정의

앱에 설정된 메트릭 제한입니다.

public class SiteLimits
type SiteLimits = class
Public Class SiteLimits
상속
SiteLimits

생성자

SiteLimits()

SiteLimits 클래스의 새 instance 초기화합니다.

SiteLimits(Nullable<Double>, Nullable<Int64>, Nullable<Int64>)

SiteLimits 클래스의 새 instance 초기화합니다.

속성

MaxDiskSizeInMb

허용되는 최대 디스크 크기 사용량을 MB 단위로 가져오거나 설정합니다.

MaxMemoryInMb

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

MaxPercentageCpu

허용되는 최대 CPU 사용 비율을 가져오거나 설정합니다.

적용 대상