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