IWithCreatableResourceGroup<T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
資源定義,允許指定新的可建立資源群組。
public interface IWithCreatableResourceGroup<T>
type IWithCreatableResourceGroup<'T> = interface
Public Interface IWithCreatableResourceGroup(Of T)
類型參數
- T
資源定義的下一個階段
- 衍生
方法
WithNewResourceGroup(ICreatable<IResourceGroup>) |
根據指定的定義,建立新的資源群組以將資源放入中。 |