Interface ApplicationGatewayProbe.DefinitionStages.WithHost<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>,ApplicationGatewayProbe.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- ApplicationGatewayProbe.DefinitionStages
public static interface ApplicationGatewayProbe.DefinitionStages.WithHost<ParentT>
Stage of an application gateway probe definition allowing to specify the host to send the probe to.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the host name to send the probe to.
-
Method Details
-
withHost
Specifies the host name to send the probe to.- Parameters:
host- a host name- Returns:
- the next stage of the definition
-