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

IWithCreatableResourceGroup<T> 接口

定义

允许指定新的可创建资源组的资源定义。

public interface IWithCreatableResourceGroup<T>
type IWithCreatableResourceGroup<'T> = interface
Public Interface IWithCreatableResourceGroup(Of T)

类型参数

T

资源定义的下一阶段

派生

方法

WithNewResourceGroup(ICreatable<IResourceGroup>)

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

适用于