Partager via


IBlank Interface

Définition

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 à