共用方式為


IWithCreatableResourceGroup<T> 介面

定義

資源定義,允許指定新的可建立資源群組。

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

類型參數

T

資源定義的下一個階段

衍生

方法

WithNewResourceGroup(ICreatable<IResourceGroup>)

根據指定的定義,建立新的資源群組以將資源放入中。

適用於