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

定義

パブリック フロントエンド定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、フロントエンド定義を親ロード バランサー定義にアタッチすることもできます。

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

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

パブリック フロントエンド定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、フロントエンド定義を親ロード バランサー定義にアタッチすることもできます。

(継承元 IInDefinition<ParentT>)

適用対象