Partager via


IWithAppServicePlan Interface

Définition

Mise à jour de l’application de fonction permettant de définir un plan App Service.

public interface IWithAppServicePlan
type IWithAppServicePlan = interface
Public Interface IWithAppServicePlan
Dérivé

Méthodes

WithExistingAppServicePlan(IAppServicePlan)

Utilise un plan App Service existant pour l’application de fonction.

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Crée un plan App Service à utiliser.

WithNewAppServicePlan(PricingTier)

Crée un plan App Service à utiliser.

WithNewConsumptionPlan()

Crée un plan de consommation à utiliser.

WithNewFreeAppServicePlan()

Crée un plan App Service gratuit. Cela échouera s’il existe au moins 10 plans gratuits dans l’abonnement actuel.

WithNewSharedAppServicePlan()

Crée un plan App Service partagé.

S’applique à