Partager via


IBlank Interface

Définition

Première étape de la définition de l’application de fonction.

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.INewAppServicePlanWithGroup>
type IBlank = interface
    interface IDefinitionWithRegion<INewAppServicePlanWithGroup>
Public Interface IBlank
Implements IDefinitionWithRegion(Of INewAppServicePlanWithGroup)
Dérivé
Implémente

Méthodes

WithExistingAppServicePlan(IAppServicePlan)

Utilise un plan app service existant pour l’application de fonction.

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 à