你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
INewAppServicePlanWithGroup.WithNewResourceGroup 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WithNewResourceGroup() |
创建要放入资源的新资源组。 将在与资源相同的位置创建组。 组的名称自动派生自资源的名称。 |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
根据指定的定义创建一个新的资源组来放置资源。 |
WithNewResourceGroup(String) |
创建要放入资源的新资源组。 将在与资源相同的位置创建组。 |
WithNewResourceGroup()
创建要放入资源的新资源组。 将在与资源相同的位置创建组。 组的名称自动派生自资源的名称。
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithNewResourceGroup ();
abstract member WithNewResourceGroup : unit -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithNewResourceGroup () As IWithCreate
返回
适用于
WithNewResourceGroup(ICreatable<IResourceGroup>)
根据指定的定义创建一个新的资源组来放置资源。
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithNewResourceGroup (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup> groupDefinition);
abstract member WithNewResourceGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup> -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithNewResourceGroup (groupDefinition As ICreatable(Of IResourceGroup)) As IWithCreate
参数
- groupDefinition
- ICreatable<IResourceGroup>
新资源组的可创建定义。
返回
适用于
WithNewResourceGroup(String)
创建要放入资源的新资源组。 将在与资源相同的位置创建组。
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithNewResourceGroup (string name);
abstract member WithNewResourceGroup : string -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithNewResourceGroup (name As String) As IWithCreate
参数
- name
- String
新组的名称。