public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpConfiguration.Update |
withHostHeader(String hostHeader)
Specifies the host header.
|
ApplicationGatewayBackendHttpConfiguration.Update |
withHostHeaderFromBackend()
Specifies that the host header should come from the host name of the backend server.
|
ApplicationGatewayBackendHttpConfiguration.Update |
withoutHostHeader()
Specifies that no host header should be used.
|
@Beta(value=V1_4_0) ApplicationGatewayBackendHttpConfiguration.Update withHostHeaderFromBackend()
@Beta(value=V1_4_0) ApplicationGatewayBackendHttpConfiguration.Update withoutHostHeader()
@Beta(value=V1_4_0) ApplicationGatewayBackendHttpConfiguration.Update withHostHeader(String hostHeader)
hostHeader - the host header/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/