Partilhar via


IExistingAppServicePlanWithGroup Interface

Definição

Uma definição de aplicativo de funções que permite que o grupo de recursos seja especificado quando um plano de serviço de aplicativo existente é usado.

public interface IExistingAppServicePlanWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate>
type IExistingAppServicePlanWithGroup = interface
    interface IWithGroup<IWithCreate>
    interface IWithExistingResourceGroup<IWithCreate>
    interface IWithNewResourceGroup<IWithCreate>
    interface IWithCreatableResourceGroup<IWithCreate>
Public Interface IExistingAppServicePlanWithGroup
Implements IWithCreatableResourceGroup(Of IWithCreate), IWithExistingResourceGroup(Of IWithCreate), IWithGroup(Of IWithCreate), IWithNewResourceGroup(Of IWithCreate)
Derivado
Implementações

Métodos

WithExistingResourceGroup(IResourceGroup)

Associa o recurso a um grupo de recursos existente.

(Herdado de IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associa o recurso a um grupo de recursos existente.

(Herdado de IWithExistingResourceGroup<T>)
WithNewResourceGroup()

Uma definição de aplicativo de funções que permite que o grupo de recursos seja especificado quando um plano de serviço de aplicativo existente é usado.

(Herdado de IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Cria um novo grupo de recursos para colocar o recurso, com base na definição especificada.

(Herdado de IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Uma definição de aplicativo de funções que permite que o grupo de recursos seja especificado quando um plano de serviço de aplicativo existente é usado.

(Herdado de IWithNewResourceGroup<T>)

Aplica-se a