다음을 통해 공유


AppServicePlanPatchResourceProperties interface

AppServicePlanPatchResource 리소스 관련 속성

속성

elasticScaleEnabled

ServerFarm은 ElasticScale을 지원합니다. 이 계획의 앱은 ServerFarm이 ElasticPremium sku인 것처럼 확장됩니다.

freeOfferExpirationTime

서버 팜 무료 제품이 만료되는 시간입니다.

hostingEnvironmentProfile

App Service 계획에 사용할 App Service Environment 사양입니다.

hyperV

Hyper-V 컨테이너 앱 서비스 계획이 true경우 그렇지 않으면 false.

isSpot

true경우 이 App Service 계획은 스폿 인스턴스를 소유합니다.

isXenon

사용되지 않음: Hyper-V 컨테이너 App Service 계획이 true경우 그렇지 않으면 false.

kubeEnvironmentProfile

App Service 계획에 사용할 Kubernetes Environment 사양입니다.

maximumElasticWorkerCount

이 ElasticScaleEnabled App Service 계획에 허용되는 최대 총 작업자 수

perSiteScaling

true경우 이 App Service 계획에 할당된 앱의 크기를 독립적으로 조정할 수 있습니다. false경우 이 App Service 계획에 할당된 앱은 계획의 모든 인스턴스로 확장됩니다.

reserved

Linux 앱 서비스 계획이 true경우 그렇지 않으면 false.

spotExpirationTime

서버 팜이 만료되는 시간입니다. 스폿 서버 팜인 경우에만 유효합니다.

targetWorkerCount

작업자 수 크기 조정

targetWorkerSizeId

작업자 크기 ID 크기 조정

workerTierName

App Service 계획에 할당된 대상 작업자 계층입니다.

zoneRedundant

true경우 이 App Service 계획은 가용성 영역 분산을 수행합니다. false경우 이 App Service 계획은 가용성 영역 분산을 수행하지 않습니다.

속성 세부 정보

elasticScaleEnabled

ServerFarm은 ElasticScale을 지원합니다. 이 계획의 앱은 ServerFarm이 ElasticPremium sku인 것처럼 확장됩니다.

elasticScaleEnabled?: boolean

속성 값

boolean

freeOfferExpirationTime

서버 팜 무료 제품이 만료되는 시간입니다.

freeOfferExpirationTime?: string | Date

속성 값

string | Date

hostingEnvironmentProfile

App Service 계획에 사용할 App Service Environment 사양입니다.

hostingEnvironmentProfile?: HostingEnvironmentProfile

속성 값

hyperV

Hyper-V 컨테이너 앱 서비스 계획이 true경우 그렇지 않으면 false.

hyperV?: boolean

속성 값

boolean

isSpot

true경우 이 App Service 계획은 스폿 인스턴스를 소유합니다.

isSpot?: boolean

속성 값

boolean

isXenon

사용되지 않음: Hyper-V 컨테이너 App Service 계획이 true경우 그렇지 않으면 false.

isXenon?: boolean

속성 값

boolean

kubeEnvironmentProfile

App Service 계획에 사용할 Kubernetes Environment 사양입니다.

kubeEnvironmentProfile?: KubeEnvironmentProfile

속성 값

maximumElasticWorkerCount

이 ElasticScaleEnabled App Service 계획에 허용되는 최대 총 작업자 수

maximumElasticWorkerCount?: number

속성 값

number

perSiteScaling

true경우 이 App Service 계획에 할당된 앱의 크기를 독립적으로 조정할 수 있습니다. false경우 이 App Service 계획에 할당된 앱은 계획의 모든 인스턴스로 확장됩니다.

perSiteScaling?: boolean

속성 값

boolean

reserved

Linux 앱 서비스 계획이 true경우 그렇지 않으면 false.

reserved?: boolean

속성 값

boolean

spotExpirationTime

서버 팜이 만료되는 시간입니다. 스폿 서버 팜인 경우에만 유효합니다.

spotExpirationTime?: string | Date

속성 값

string | Date

targetWorkerCount

작업자 수 크기 조정

targetWorkerCount?: number

속성 값

number

targetWorkerSizeId

작업자 크기 ID 크기 조정

targetWorkerSizeId?: number

속성 값

number

workerTierName

App Service 계획에 할당된 대상 작업자 계층입니다.

workerTierName?: string

속성 값

string

zoneRedundant

true경우 이 App Service 계획은 가용성 영역 분산을 수행합니다. false경우 이 App Service 계획은 가용성 영역 분산을 수행하지 않습니다.

zoneRedundant?: boolean

속성 값

boolean