次の方法で共有


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

定義

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ バックエンド定義の全体。

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IWithAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithAddress<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAddress(Of ParentT), IWithAttach(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。

実装

メソッド

Attach()

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ バックエンド定義の全体。

(継承元 IInUpdate<ParentT>)
WithFqdn(String)

指定した既存の完全修飾ドメイン名 (FQDN) をバックエンドに追加します。

(継承元 IWithAddress<ParentT>)
WithIPAddress(String)

指定した既存の IP アドレスをバックエンドに追加します。

(継承元 IWithAddress<ParentT>)

適用対象