Dela via


IBlank Gränssnitt

Definition

Det första steget i webbappdefinitionen.

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)
Härledda
Implementeringar

Metoder

WithExistingLinuxPlan(IAppServicePlan)

Använder en befintlig App Service-plan för webbappen.

WithExistingWindowsPlan(IAppServicePlan)

Använder en befintlig App Service-plan för webbappen.

WithRegion(Region)

Anger resursens region.

(Ärvd från IDefinitionWithRegion<T>)
WithRegion(String)

Anger resursens region efter namn.

(Ärvd från IDefinitionWithRegion<T>)

Gäller för