다음을 통해 공유


INewAppServicePlanWithGroup 인터페이스

정의

기존 App Service 계획을 사용할 때 리소스 그룹을 지정할 수 있는 웹앱 정의입니다.

public interface INewAppServicePlanWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithNewAppServicePlan>
type INewAppServicePlanWithGroup = interface
    interface IWithGroup<IWithNewAppServicePlan>
    interface IWithExistingResourceGroup<IWithNewAppServicePlan>
    interface IWithNewResourceGroup<IWithNewAppServicePlan>
    interface IWithCreatableResourceGroup<IWithNewAppServicePlan>
Public Interface INewAppServicePlanWithGroup
Implements IWithCreatableResourceGroup(Of IWithNewAppServicePlan), IWithExistingResourceGroup(Of IWithNewAppServicePlan), IWithGroup(Of IWithNewAppServicePlan), IWithNewResourceGroup(Of IWithNewAppServicePlan)
파생
구현

메서드

WithExistingResourceGroup(IResourceGroup)

리소스를 기존 리소스 그룹에 연결합니다.

(다음에서 상속됨 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

리소스를 기존 리소스 그룹에 연결합니다.

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

기존 App Service 계획을 사용할 때 리소스 그룹을 지정할 수 있는 웹앱 정의입니다.

(다음에서 상속됨 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

지정된 정의에 따라 리소스를 넣을 새 리소스 그룹을 만듭니다.

(다음에서 상속됨 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

기존 App Service 계획을 사용할 때 리소스 그룹을 지정할 수 있는 웹앱 정의입니다.

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

적용 대상