다음을 통해 공유


IWithNewAppServicePlan 인터페이스

정의

App Service 계획을 설정할 수 있는 웹앱 정의입니다.

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

메서드

WithNewFreeAppServicePlan()

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

WithNewLinuxPlan(ICreatable<IAppServicePlan>)

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

WithNewLinuxPlan(PricingTier)

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

WithNewSharedAppServicePlan()

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

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

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

WithNewWindowsPlan(PricingTier)

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

적용 대상