Interface ApplicationGateway.UpdateStages.WithProbe
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithProbe
The stage of an application gateway update allowing to modify probes.
-
Method Summary
Modifier and TypeMethodDescriptiondefineProbe(String name) Begins the definition of a new probe.updateProbe(String name) Begins the update of an existing probe.withoutProbe(String name) Removes a probe from the application gateway.
-
Method Details
-
defineProbe
ApplicationGatewayProbe.UpdateDefinitionStages.Blank<ApplicationGateway.Update> 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
Begins the update of an existing probe.- Parameters:
name- the name of an existing probe- Returns:
- the first stage of a probe update
-
withoutProbe
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
-