Share via


ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithHostHeader<ReturnT> インターフェイス

型パラメーター

ReturnT

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

public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithHostHeader

ホスト ヘッダーを指定できるアプリケーション ゲートウェイ バックエンド HTTP 構成のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttach<ReturnT> withHostHeader(String hostHeader)

ホスト ヘッダーを指定します。

abstract WithAttach<ReturnT> withHostHeaderFromBackend()

ホスト ヘッダーがバックエンド サーバーのホスト名から取得されることを指定します。

メソッドの詳細

withHostHeader

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach withHostHeader(String hostHeader)

ホスト ヘッダーを指定します。

Parameters:

hostHeader - ホスト ヘッダー

Returns:

定義の次のステージ

withHostHeaderFromBackend

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach withHostHeaderFromBackend()

ホスト ヘッダーがバックエンド サーバーのホスト名から取得されることを指定します。

Returns:

定義の次のステージ

適用対象