ApplicationGatewayProbe.UpdateDefinitionStages.WithInterval<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.WithInterval

Stage of an application gateway probe definition allowing to specify the time interval between consecutive probes.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withTimeBetweenProbesInSeconds(int seconds)

Specifies the time interval in seconds between consecutive probes.

Method Details

withTimeBetweenProbesInSeconds

public abstract ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach withTimeBetweenProbesInSeconds(int seconds)

Specifies the time interval in seconds between consecutive probes.

Parameters:

seconds - a number of seconds between 1 and 86400

Returns:

the next stage of the definition

Applies to