Interface ApplicationGatewayProbe.UpdateDefinitionStages.WithHost<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>,ApplicationGatewayProbe.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- ApplicationGatewayProbe.UpdateDefinitionStages
public static interface ApplicationGatewayProbe.UpdateDefinitionStages.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
-