Interface ApplicationGatewayProbe.DefinitionStages.WithPath<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayProbe.Definition<ParentT>
- Enclosing interface:
ApplicationGatewayProbe.DefinitionStages
public static interface ApplicationGatewayProbe.DefinitionStages.WithPath<ParentT>
Stage of an application gateway probe definition allowing to specify the relative path to send the probe to.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the relative path for the probe to call.
-
Method Details
-
withPath
Specifies the relative path for the probe to call.A probe is sent to <protocol>://<host>:<port><path>.
- Parameters:
path- a relative path- Returns:
- the next stage of the definition
-