Share via


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

型パラメーター

ParentT

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

実装

public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol
extends WithProtocol<WithTimeout<ParentT>,ApplicationGatewayProtocol>

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

メソッドの概要

修飾子と型 メソッドと説明
abstract WithTimeout<ParentT> withHttp()

プローブ プロトコルとして HTTP を指定します。

abstract WithTimeout<ParentT> withHttps()

プローブ プロトコルとして HTTPS を指定します。

メソッドの詳細

withHttp

public abstract ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout withHttp()

プローブ プロトコルとして HTTP を指定します。

Returns:

定義の次のステージ

withHttps

public abstract ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout withHttps()

プローブ プロトコルとして HTTPS を指定します。

Returns:

定義の次のステージ

適用対象