Share via


ApplicationGatewayProbe.UpdateDefinitionStages.WithPath<ParentT> インターフェイス

型パラメーター

ParentT

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

public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithPath

プローブの送信先のパスを指定できるアプリケーション ゲートウェイ プローブ定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithProtocol<ParentT> withPath(String path)

呼び出すプローブの相対パスを指定します。

メソッドの詳細

withPath

public abstract ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol withPath(String path)

呼び出すプローブの相対パスを指定します。

プローブが ://: に送信されます。

Parameters:

path - 相対パス

Returns:

定義の次のステージ

適用対象