你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INewAppServicePlanWithGroup 接口

定义

一个函数应用定义,允许在创建新应用服务计划时指定资源组。

public interface INewAppServicePlanWithGroup
type INewAppServicePlanWithGroup = interface
Public Interface INewAppServicePlanWithGroup

方法

WithExistingResourceGroup(IResourceGroup)

将资源与现有资源组相关联。

WithExistingResourceGroup(String)

将资源与现有资源组相关联。

WithNewResourceGroup()

创建要放入资源的新资源组。 将在资源所在的同一位置创建组。 组的名称将自动派生自资源的名称。

WithNewResourceGroup(ICreatable<IResourceGroup>)

根据指定的定义创建新的资源组以放入资源。

WithNewResourceGroup(String)

创建要放入资源的新资源组。 将在资源所在的同一位置创建组。

适用于