Share via


ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT> インターフェイス

型パラメーター

ReturnT

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

public static interface ApplicationGatewayPathRule.DefinitionStages.WithPath

パス 規則に関連付けるパスを指定できるアプリケーション ゲートウェイ パス 規則定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttach<ReturnT> withPath(String path)
abstract WithAttach<ReturnT> withPaths(String[] paths)

メソッドの詳細

withPath

public abstract ApplicationGatewayPathRule.DefinitionStages.WithAttach withPath(String path)

Parameters:

path - パス ルールの場合

Returns:

定義の次のステージ

withPaths

public abstract ApplicationGatewayPathRule.DefinitionStages.WithAttach withPaths(String[] paths)

Parameters:

paths - パス ルールの場合

Returns:

定義の次のステージ

適用対象