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

IWithNewResourceGroupWithRegion<T> 接口

定义

允许在不同区域中创建新资源组的资源定义。

public interface IWithNewResourceGroupWithRegion<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<T>
type IWithNewResourceGroupWithRegion<'T> = interface
    interface IWithCreatableResourceGroup<'T>
Public Interface IWithNewResourceGroupWithRegion(Of T)
Implements IWithCreatableResourceGroup(Of T)

类型参数

T

资源定义的下一阶段

派生
实现

方法

WithNewResourceGroup(ICreatable<IResourceGroup>)

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

(继承自 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(Region)

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

WithNewResourceGroup(String, Region)

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

适用于