ApplicationGatewayProbe.DefinitionStages.WithHost<ParentT> Interface

Type Parameters

ParentT

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

public static interface ApplicationGatewayProbe.DefinitionStages.WithHost

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

Method Summary

Modifier and Type Method and Description
abstract WithPath<ParentT> withHost(String host)

Specifies the host name to send the probe to.

Method Details

withHost

public abstract ApplicationGatewayProbe.DefinitionStages.WithPath withHost(String host)

Specifies the host name to send the probe to.

Parameters:

host - a host name

Returns:

the next stage of the definition

Applies to