次の方法で共有


IWithPath<ReturnT> インターフェイス

定義

アプリケーション ゲートウェイ バックエンド HTTP 構成のステージ。すべての HTTP 要求のプレフィックスとして使用するパスを指定できます。

public interface IWithPath<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Definition.IWithPathBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithPath<'ReturnT> = interface
    interface IWithPathBeta<'ReturnT>
    interface IBeta
Public Interface IWithPath(Of ReturnT)
Implements IBeta, IWithPathBeta(Of ReturnT)

型パラメーター

ReturnT

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

派生
実装

メソッド

WithPath(String)

すべての HTTP 要求のパス プレフィックスを指定します。

(継承元 IWithPathBeta<ReturnT>)

適用対象