Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader
-
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeaderThe stage of an application gateway backend HTTP configuration allowing to specify the host header.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfiguration.UpdatewithHostHeader(String hostHeader)Specifies the host header.ApplicationGatewayBackendHttpConfiguration.UpdatewithHostHeaderFromBackend()Specifies that the host header should come from the host name of the backend server.ApplicationGatewayBackendHttpConfiguration.UpdatewithoutHostHeader()Specifies that no host header should be used.
-
-
-
Method Detail
-
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
ApplicationGatewayBackendHttpConfiguration.Update withHostHeader(String hostHeader)
Specifies the host header.- Parameters:
hostHeader- the host header- Returns:
- the next stage of the definition
-
-