AppServicePlanPropertiesOutput interface
AppServicePlan 리소스 관련 속성
속성
| elastic |
ServerFarm은 ElasticScale을 지원합니다. 이 계획의 앱은 ServerFarm이 ElasticPremium sku인 것처럼 확장됩니다. |
| free |
서버 팜 무료 제품이 만료되는 시간입니다. |
| geo |
App Service 계획의 지리적 위치입니다. |
| hosting |
App Service 계획에 사용할 App Service Environment 사양입니다. |
| hyperV | Hyper-V 컨테이너 앱 서비스 계획이 |
| is |
|
| is |
사용되지 않음: Hyper-V 컨테이너 App Service 계획이 |
| kube |
App Service 계획에 사용할 Kubernetes Environment 사양입니다. |
| maximum |
이 ElasticScaleEnabled App Service 계획에 허용되는 최대 총 작업자 수 |
| maximum |
이 App Service 계획에 할당할 수 있는 최대 인스턴스 수입니다. |
| number |
이 App Service 계획에 할당된 앱 수입니다. |
| per |
|
| provisioning |
App Service 계획의 프로비전 상태입니다. |
| reserved | Linux 앱 서비스 계획이 |
| resource |
App Service 계획의 리소스 그룹입니다. |
| spot |
서버 팜이 만료되는 시간입니다. 스폿 서버 팜인 경우에만 유효합니다. |
| status | App Service 계획 상태입니다. |
| subscription | App Service 계획 구독. |
| target |
작업자 수 크기 조정 |
| target |
작업자 크기 ID 크기 조정 |
| worker |
App Service 계획에 할당된 대상 작업자 계층입니다. |
| zone |
|
속성 세부 정보
elasticScaleEnabled
ServerFarm은 ElasticScale을 지원합니다. 이 계획의 앱은 ServerFarm이 ElasticPremium sku인 것처럼 확장됩니다.
elasticScaleEnabled?: boolean
속성 값
boolean
freeOfferExpirationTime
서버 팜 무료 제품이 만료되는 시간입니다.
freeOfferExpirationTime?: string
속성 값
string
geoRegion
App Service 계획의 지리적 위치입니다.
geoRegion?: string
속성 값
string
hostingEnvironmentProfile
App Service 계획에 사용할 App Service Environment 사양입니다.
hostingEnvironmentProfile?: HostingEnvironmentProfileOutput
속성 값
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?: KubeEnvironmentProfileOutput
속성 값
maximumElasticWorkerCount
이 ElasticScaleEnabled App Service 계획에 허용되는 최대 총 작업자 수
maximumElasticWorkerCount?: number
속성 값
number
maximumNumberOfWorkers
이 App Service 계획에 할당할 수 있는 최대 인스턴스 수입니다.
maximumNumberOfWorkers?: number
속성 값
number
numberOfSites
이 App Service 계획에 할당된 앱 수입니다.
numberOfSites?: number
속성 값
number
perSiteScaling
true경우 이 App Service 계획에 할당된 앱의 크기를 독립적으로 조정할 수 있습니다.
false경우 이 App Service 계획에 할당된 앱은 계획의 모든 인스턴스로 확장됩니다.
perSiteScaling?: boolean
속성 값
boolean
provisioningState
App Service 계획의 프로비전 상태입니다.
provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
속성 값
"Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
reserved
Linux 앱 서비스 계획이 true경우 그렇지 않으면 false.
reserved?: boolean
속성 값
boolean
resourceGroup
App Service 계획의 리소스 그룹입니다.
resourceGroup?: string
속성 값
string
spotExpirationTime
서버 팜이 만료되는 시간입니다. 스폿 서버 팜인 경우에만 유효합니다.
spotExpirationTime?: string
속성 값
string
status
App Service 계획 상태입니다.
status?: "Pending" | "Ready" | "Creating"
속성 값
"Pending" | "Ready" | "Creating"
subscription
App Service 계획 구독.
subscription?: string
속성 값
string
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