Dela via


INewAppServicePlanWithGroup Gränssnitt

Definition

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