次の方法で共有


IUpdate インターフェイス

定義

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

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Update.IWithAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithAddress
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAddress
実装

メソッド

Parent()

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

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

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

(継承元 IWithAddress)
WithIPAddress(String)

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

(継承元 IWithAddress)
WithoutAddress(ApplicationGatewayBackendAddress)

指定したアドレスがこのバックエンドに関連付けられていないことを確認します。

(継承元 IWithAddress)
WithoutFqdn(String)

指定した完全修飾ドメイン名 (FQDN) がこのバックエンドに関連付けられていないことを確認します。

(継承元 IWithAddress)
WithoutIPAddress(String)

指定した IP アドレスがこのバックエンドに関連付けられていないことを確認します。

(継承元 IWithAddress)

適用対象