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.
|
ApplicationGatewayBackendHttpConfiguration.Update withHostHeaderFromBackend()
ApplicationGatewayBackendHttpConfiguration.Update withoutHostHeader()
ApplicationGatewayBackendHttpConfiguration.Update withHostHeader(String hostHeader)
hostHeader - the host headerCopyright © 2020 Microsoft Corporation. All rights reserved.