Share via


ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ParentT> インターフェイス

型パラメーター

ParentT

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

public static interface ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule

パス規則を指定できるアプリケーション ゲートウェイ URL パス マップ定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract Blank<WithAttach<ParentT>> definePathRule(String name)

パス規則の定義を開始します。

メソッドの詳細

definePathRule

public abstract ApplicationGatewayPathRule.DefinitionStages.Blank<>> definePathRule(String name)

パス規則の定義を開始します。

Parameters:

name - パス規則の名前

Returns:

パス ルール定義の次のステージ

適用対象