IWithNewAppServicePlan Interface

Définition

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

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

Méthodes

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Crée un plan App Service à utiliser.

WithNewAppServicePlan(PricingTier)

Crée un plan App Service à utiliser.

WithNewConsumptionPlan()

Crée un nouveau plan de consommation à utiliser.

WithNewFreeAppServicePlan()

Crée un nouveau plan App Service gratuit. Cela échoue s’il existe 10 plans gratuits ou plus dans l’abonnement actuel.

WithNewSharedAppServicePlan()

Crée un plan App Service partagé.

S’applique à