public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity
The stage of an application gateway backend HTTP configuration allowing to enable or disable cookie based affinity.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate
The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining
The stage of an application gateway backend HTTP configuration allowing to control connection draining.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithCookieName
The stage of an application gateway backend HTTP configuration allowing to specify the name for the affinity cookie.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader
The stage of an application gateway backend HTTP configuration allowing to specify the host header.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithPath
The stage of an application gateway backend HTTP configuration allowing to specify the path to use as the prefix for all HTTP requests.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithPort
The stage of an application gateway backend HTTP configuration allowing to specify the port number.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProbe
The stage of an application gateway backend HTTP configuration allowing to associate an existing probe.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol
The stage of an application gateway backend HTTP configuration allowing to specify the protocol.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithRequestTimeout
The stage of an application gateway backend HTTP configuration allowing to specify the request timeout.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/