IWithNewAppServicePlan Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET