ApplicationGateway.UpdateStages.WithProbe Interface

public static interface ApplicationGateway.UpdateStages.WithProbe

The stage of an application gateway update allowing to modify probes.

Method Summary

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

Begins the definition of a new probe.

abstract Update updateProbe(String name)

Begins the update of an existing probe.

abstract Update withoutProbe(String name)

Removes a probe from the application gateway.

Method Details

defineProbe

public abstract ApplicationGatewayProbe.UpdateDefinitionStages.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

updateProbe

public abstract ApplicationGatewayProbe.Update updateProbe(String name)

Begins the update of an existing probe.

Parameters:

name - the name of an existing probe

Returns:

the first stage of a probe update

withoutProbe

public abstract ApplicationGateway.Update withoutProbe(String name)

Removes a probe from the application gateway.

Any references to this probe from backend HTTP configurations will be automatically removed.

Parameters:

name - the name of an existing probe

Returns:

the next stage of the update

Applies to