次の方法で共有


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

定義

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

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

型パラメーター

ReturnT

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

派生
実装

メソッド

WithPath(String)

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

適用対象