ApplicationGateway.DefinitionStages.WithProbe Interface

public static interface ApplicationGateway.DefinitionStages.WithProbe

The stage of an application gateway definition allowing to add a probe.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineProbe(String name)

Begins the definition of a new probe.

Method Details

defineProbe

public abstract ApplicationGatewayProbe.DefinitionStages.Blank defineProbe(String name)

Begins the definition of a new probe.

Parameters:

name - a unique name for the probe

Returns:

the first stage of a probe definition

Applies to