IBlank 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.
Première étape de la définition de l’application web.
public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.INewAppServicePlanWithGroup>
type IBlank = interface
interface IDefinitionWithRegion<INewAppServicePlanWithGroup>
Public Interface IBlank
Implements IDefinitionWithRegion(Of INewAppServicePlanWithGroup)
- Dérivé
- Implémente
Méthodes
WithExistingLinuxPlan(IAppServicePlan) |
Utilise un plan App Service existant pour l’application web. |
WithExistingWindowsPlan(IAppServicePlan) |
Utilise un plan App Service existant pour l’application web. |
WithRegion(Region) |
Spécifie la région de la ressource. (Hérité de IDefinitionWithRegion<T>) |
WithRegion(String) |
Spécifie la région de la ressource par son nom. (Hérité de IDefinitionWithRegion<T>) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET