ApplicationGateway.DefinitionStages.WithProbe Interface

public interface WithProbe

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayProbe.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> defineProbe(String name)

Begins the definition of a new probe.

Method Details

defineProbe

public 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