次の方法で共有


IWithPath インターフェイス

定義

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

public interface IWithPath : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithPathBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithPath = interface
    interface IWithPathBeta
    interface IBeta
Public Interface IWithPath
Implements IBeta, IWithPathBeta
派生
実装

メソッド

WithPath(String)

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

(継承元 IWithPathBeta)

適用対象