IWithAppServicePlan 인터페이스

정의

App Service 계획을 설정할 수 있는 웹앱 업데이트입니다.

public interface IWithAppServicePlan
type IWithAppServicePlan = interface
Public Interface IWithAppServicePlan
파생

메서드

WithExistingAppServicePlan(IAppServicePlan)

웹앱에 대한 기존 App Service 계획을 사용합니다.

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

사용할 새 App Service 계획을 만듭니다.

WithNewAppServicePlan(PricingTier)

사용할 새 App Service 계획을 만듭니다.

WithNewFreeAppServicePlan()

새 무료 앱 서비스 계획을 만듭니다. 현재 구독에 10개 이상의 무료 플랜이 있는 경우 실패합니다.

WithNewSharedAppServicePlan()

새 공유 앱 서비스 계획을 만듭니다.

적용 대상