Share via


IBlank Schnittstelle

Definition

Die erste Phase der Web-App-Definition.

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)
Abgeleitet
Implementiert

Methoden

WithExistingLinuxPlan(IAppServicePlan)

Verwendet einen vorhandenen App Service-Plan für die Web-App.

WithExistingWindowsPlan(IAppServicePlan)

Verwendet einen vorhandenen App Service-Plan für die Web-App.

WithRegion(Region)

Gibt die Region für die Ressource an.

(Geerbt von IDefinitionWithRegion<T>)
WithRegion(String)

Gibt die Region für die Ressource nach Name an.

(Geerbt von IDefinitionWithRegion<T>)

Gilt für: