INewAppServicePlanWithGroup 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 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>) |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET