Interface ApplicationGatewayProbe.UpdateDefinitionStages.WithPath<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway update to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayProbe.UpdateDefinition<ParentT>
- Enclosing interface:
- ApplicationGatewayProbe.UpdateDefinitionStages
public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithPath<ParentT>Stage of an application gateway probe definition allowing to specify the path to send the probe to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT>withPath(String path)Specifies the relative path for the probe to call.
-
-
-
Method Detail
-
withPath
ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT> withPath(String path)
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
-
-