Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader
The stage of an application gateway backend HTTP configuration allowing to specify the host header.
-
Method Summary
Modifier and TypeMethodDescriptionwithHostHeader(String hostHeader) Specifies the host header.Specifies that the host header should come from the host name of the backend server.Specifies that no host header should be used.
-
Method Details
-
withHostHeaderFromBackend
ApplicationGatewayBackendHttpConfiguration.Update withHostHeaderFromBackend()Specifies that the host header should come from the host name of the backend server.- Returns:
- the next stage of the update
-
withoutHostHeader
ApplicationGatewayBackendHttpConfiguration.Update withoutHostHeader()Specifies that no host header should be used.- Returns:
- the next stage of the update
-
withHostHeader
Specifies the host header.- Parameters:
hostHeader- the host header- Returns:
- the next stage of the definition
-