Interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithHostHeader<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway update to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.UpdateDefinition<ReturnT>,ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ReturnT>,ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>,ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT>
- Enclosing interface:
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithHostHeader<ReturnT>
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.
-
Method Details
-
withHostHeader
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> withHostHeader(String hostHeader) Specifies the host header.- Parameters:
hostHeader- the host header- Returns:
- the next stage of the definition
-
withHostHeaderFromBackend
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> withHostHeaderFromBackend()Specifies that the host header should come from the host name of the backend server.- Returns:
- the next stage of the definition
-