IWithAppServicePlan 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.
Mise à jour d’application web 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 web. |
WithNewAppServicePlan(ICreatable<IAppServicePlan>) |
Crée un plan App Service à utiliser. |
WithNewAppServicePlan(PricingTier) |
Crée un plan App Service à 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 à
Azure SDK for .NET