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.Specifies using the host name from the HTTP settings to which this probe is associated.
-
Method Details
-
withHost
Specifies the host name to send the probe to.- Parameters:
host- a host name- Returns:
- the next stage of the definition
-
withHostNameFromBackendHttpSettings
ApplicationGatewayProbe.UpdateDefinitionStages.WithPath<ParentT> withHostNameFromBackendHttpSettings()Specifies using the host name from the HTTP settings to which this probe is associated.- Returns:
- the next stage of the definition
-