INewAppServicePlanWithGroup Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
En webbappsdefinition som gör att resursgruppen kan anges när en befintlig App Service-plan används.
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)
- Härledda
- Implementeringar
Metoder
WithExistingResourceGroup(IResourceGroup) |
Associerar resursen med en befintlig resursgrupp. (Ärvd från IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associerar resursen med en befintlig resursgrupp. (Ärvd från IWithExistingResourceGroup<T>) |
WithNewResourceGroup() |
En webbappsdefinition som gör att resursgruppen kan anges när en befintlig App Service-plan används. (Ärvd från IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Skapar en ny resursgrupp som resursen ska placeras i baserat på den angivna definitionen. (Ärvd från IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
En webbappsdefinition som gör att resursgruppen kan anges när en befintlig App Service-plan används. (Ärvd från IWithNewResourceGroup<T>) |
Gäller för
Azure SDK for .NET