次の方法で共有


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

定義

ホスト名 SSL バインド定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、ホスト名 SSL バインド定義を WithAttach.attach() を使用して親 Web アプリの更新プログラムにアタッチすることもできます。

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

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

ホスト名 SSL バインド定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、ホスト名 SSL バインド定義を WithAttach.attach() を使用して親 Web アプリの更新プログラムにアタッチすることもできます。

(継承元 IInUpdate<ParentT>)

適用対象