IWithAttach<ParentT> インターフェイス

定義

Web アプリのソース管理定義の最終段階。 この段階では、残りの任意の設定を指定することも、Web アプリのソース管理定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT)

型パラメーター

ParentT

WithAttach.attach() の戻り値の型。

派生
実装

メソッド

Attach()

Web アプリのソース管理定義の最終段階。 この段階では、残りの任意の設定を指定することも、Web アプリのソース管理定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。

(継承元 IInDefinition<ParentT>)

適用対象