ReturnT - the stage of the parent application gateway update to return to after attaching this
definitionpublic static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithHostHeader<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> |
withHostHeader(String hostHeader)
Specifies the host header.
|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> |
withHostHeaderFromBackend()
Specifies that the host header should come from the host name of the backend server.
|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> withHostHeader(String hostHeader)
hostHeader - the host headerApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> withHostHeaderFromBackend()
Copyright © 2021 Microsoft Corporation. All rights reserved.