ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT> Interface

Type Parameters

ReturnT

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

Implements

public static interface ApplicationGatewayProbe.DefinitionStages.WithAttach
extends InDefinitionAlt<ReturnT>, WithInterval<ReturnT>, WithRetries<ReturnT>, WithHealthyHttpResponseStatusCodeRanges<ReturnT>, WithHealthyHttpResponseBodyContents<ReturnT>

The final stage of an application gateway probe definition.

At this stage, any remaining optional settings can be specified, or the probe definition can be attached to the parent application gateway definition.

Applies to