IWithCreatableResourceGroup<T> インターフェイス

定義

新しい作成可能なリソース グループを指定できるリソース定義。

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

型パラメーター

T

リソース定義の次のステージ

派生

メソッド

WithNewResourceGroup(ICreatable<IResourceGroup>)

指定された定義に基づいて、リソースを配置する新しいリソース グループを作成します。

適用対象