Partager via


IWithNewAppServicePlan Interface

Définition

Définition d’application web permettant de définir un plan App Service.

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

Méthodes

WithNewFreeAppServicePlan()

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

WithNewLinuxPlan(ICreatable<IAppServicePlan>)

Crée un plan App Service à utiliser.

WithNewLinuxPlan(PricingTier)

Crée un plan App Service à utiliser.

WithNewSharedAppServicePlan()

Crée un plan App Service partagé.

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Crée un plan App Service à utiliser.

WithNewWindowsPlan(PricingTier)

Crée un plan App Service à utiliser.

S’applique à