次の方法で共有


IApplicationGatewayBackendHttpConfiguration インターフェイス

定義

アプリケーション ゲートウェイのバックエンド HTTP 構成のクライアント側表現。

public interface IApplicationGatewayBackendHttpConfiguration : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayBackendHttpConfigurationBeta, Microsoft.Azure.Management.Network.Fluent.IHasPort, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHttpSettingsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackendHttpConfiguration = interface
    interface IHasInner<ApplicationGatewayBackendHttpSettingsInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasProtocol<ApplicationGatewayProtocol>
    interface IHasPort
    interface IApplicationGatewayBackendHttpConfigurationBeta
    interface IBeta
Public Interface IApplicationGatewayBackendHttpConfiguration
Implements IApplicationGatewayBackendHttpConfigurationBeta, IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayBackendHttpSettingsInner), IHasParent(Of IApplicationGateway), IHasPort, IHasProtocol(Of ApplicationGatewayProtocol)
実装

プロパティ

AffinityCookieName

アフィニティ Cookie に使用される名前を取得します。

(継承元 IApplicationGatewayBackendHttpConfigurationBeta)
AuthenticationCertificates

このバックエンド HTTPS 構成に関連付けられている認証証明書を取得します。

(継承元 IApplicationGatewayBackendHttpConfigurationBeta)
ConnectionDrainingTimeoutInSeconds

接続ドレインが有効になっていない場合は 0 を取得し、1 から 3600 の間の場合は、接続ドレインがアクティブな秒数を取得します。

(継承元 IApplicationGatewayBackendHttpConfigurationBeta)
CookieBasedAffinity

Cookie ベースのアフィニティ (スティッキー セッション) が有効になっている場合は true、それ以外の場合は false を取得します。

HostHeader

バックエンド サーバーに送信されるホスト ヘッダーを取得します。

(継承元 IApplicationGatewayBackendHttpConfigurationBeta)
Inner

アプリケーション ゲートウェイのバックエンド HTTP 構成のクライアント側表現。

(継承元 IHasInner<T>)
IsHostHeaderFromBackend

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

(継承元 IApplicationGatewayBackendHttpConfigurationBeta)
IsProbeEnabled

プローブが有効になっている場合は true を取得します。

(継承元 IApplicationGatewayBackendHttpConfigurationBeta)
Key

アプリケーション ゲートウェイのバックエンド HTTP 構成のクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Path

すべての HTTP 要求のプレフィックスとして使用されるパス (存在する場合) を取得します。

(継承元 IApplicationGatewayBackendHttpConfigurationBeta)
Port

ポート番号を取得します。

(継承元 IHasPort)
Probe

このバックエンドに関連付けられているプローブを取得します。

Protocol

プロトコルを取得します。

(継承元 IHasProtocol<ProtocolT>)
RequestTimeout

HTTP 要求のタイムアウトを秒単位で取得します。 指定した時間内に応答が受信されない場合、要求は失敗します。

適用対象