Interface ApplicationGateway.DefinitionStages.WithProbe
- All Known Subinterfaces:
ApplicationGateway.Definition, ApplicationGateway.DefinitionStages.WithCreate, ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithProbe
The stage of an application gateway definition allowing to add a probe.
-
Method Summary
-
Method Details
-
defineProbe
ApplicationGatewayProbe.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> 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
-