ReturnT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithHostHeader<ReturnT>
| Modifier and Type | Method and 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.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT> withHostHeaderFromBackend()
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT> withHostHeader(String hostHeader)
hostHeader - the host headerCopyright © 2021 Microsoft Corporation. All rights reserved.