ApplicationGatewayProbe.UpdateStages.WithPath Interface

public static interface ApplicationGatewayProbe.UpdateStages.WithPath

Stage of an application gateway probe update allowing to specify the path to send the probe to.

Method Summary

Modifier and Type Method and Description
abstract Update withPath(String path)

Specifies the relative path for the probe to call.

Method Details

withPath

public abstract ApplicationGatewayProbe.Update withPath(String path)

Specifies the relative path for the probe to call.

A probe is sent to ://:.

Parameters:

path - a relative path

Returns:

the next stage of the update

Applies to