Compartir a través de


IWithAppServicePlan Interfaz

Definición

Actualización de una aplicación web que permite establecer el plan de App Service.

public interface IWithAppServicePlan
type IWithAppServicePlan = interface
Public Interface IWithAppServicePlan
Derivado

Métodos

WithExistingAppServicePlan(IAppServicePlan)

Usa un plan de App Service existente para la aplicación web.

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Crea un nuevo plan de App Service que se va a usar.

WithNewAppServicePlan(PricingTier)

Crea un nuevo plan de App Service que se va a usar.

WithNewFreeAppServicePlan()

Crea un nuevo plan de App Service gratuito. Esto producirá un error si hay 10 o más planes gratuitos en la suscripción actual.

WithNewSharedAppServicePlan()

Crea un nuevo plan de App Service compartido.

Se aplica a