ApplicationGatewayProbe.UpdateDefinitionStages.WithHost<ParentT> Interface

Type Parameters

ParentT

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

public static interface ApplicationGatewayProbe.UpdateDefinitionStages.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.UpdateDefinitionStages.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