ApplicationGateway.UpdateStages.WithProbe Interface

public interface WithProbe

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

Method Summary

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

Begins the definition of a new probe.

ApplicationGatewayProbe.Update updateProbe(String name)

Begins the update of an existing probe.

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.

Method Details

defineProbe

public 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 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 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