ApplicationGatewayProbe.UpdateDefinitionStages.WithPath<ParentT> Interface

Type Parameters

ParentT

the stage of the parent application gateway definition to return to after attaching this definition

public interface WithPath

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT> withPath(String path)

Specifies the relative path for the probe to call.

A probe is sent to <protocol>://<host>:<port><path>.

Method Details

withPath

public WithProtocol withPath(String path)

Specifies the relative path for the probe to call.

A probe is sent to <protocol>://<host>:<port><path>.

Parameters:

path - a relative path

Returns:

the next stage of the definition

Applies to