共用方式為


IBlank 介面

定義

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)
衍生
實作

方法

WithExistingLinuxPlan(IAppServicePlan)

使用 Web 應用程式的現有 App Service 方案。

WithExistingWindowsPlan(IAppServicePlan)

使用 Web 應用程式的現有 App Service 方案。

WithRegion(Region)

指定資源的區域。

(繼承來源 IDefinitionWithRegion<T>)
WithRegion(String)

依名稱指定資源的區域。

(繼承來源 IDefinitionWithRegion<T>)

適用於