다음을 통해 공유


IBlank 인터페이스

정의

웹앱 정의의 첫 번째 단계입니다.

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.INewAppServicePlanWithGroup>
type IBlank = interface
    interface IDefinitionWithRegion<INewAppServicePlanWithGroup>
Public Interface IBlank
Implements IDefinitionWithRegion(Of INewAppServicePlanWithGroup)
파생
구현

메서드

WithExistingLinuxPlan(IAppServicePlan)

웹앱에 대한 기존 앱 서비스 계획을 사용합니다.

WithExistingWindowsPlan(IAppServicePlan)

웹앱에 대한 기존 앱 서비스 계획을 사용합니다.

WithRegion(Region)

리소스의 지역을 지정합니다.

(다음에서 상속됨 IDefinitionWithRegion<T>)
WithRegion(String)

리소스의 지역을 이름으로 지정합니다.

(다음에서 상속됨 IDefinitionWithRegion<T>)

적용 대상