ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProbe<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProbe

The stage of an application gateway backend HTTP configuration allowing to associate an existing probe.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withProbe(String name)

Specifies an existing probe on this application gateway to associate with this backend.

Method Details

withProbe

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach withProbe(String name)

Specifies an existing probe on this application gateway to associate with this backend.

If the probe with the specified name does not yet exist, it must be defined separately in the optional part of the application gateway definition. This only adds a reference to the probe by its name.

Parameters:

name - the name of an existing probe

Returns:

the next stage of the definition

Applies to