public interface ApplicationGatewayBackendHttpConfiguration extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<ApplicationGatewayBackendHttpSettings>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, HasProtocol<ApplicationGatewayProtocol>, HasPort
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayBackendHttpConfiguration.Definition<ReturnT>
The entirety of an application gateway backend HTTPS configuration definition.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages
Grouping of application gateway backend HTTPS configuration stages.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.Update
The entirety of an application gateway backend HTTPS configuration update as part of an application gateway update.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinition<ReturnT>
The entirety of an application gateway backend HTTPS configuration definition as part of an application gateway update.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages
Grouping of application gateway backend HTTPS configuration definition stages applicable as part of an application gateway update.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages
Grouping of application gateway backend HTTPS configuration update stages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
affinityCookieName() |
Map<String,ApplicationGatewayAuthenticationCertificate> |
authenticationCertificates() |
int |
connectionDrainingTimeoutInSeconds() |
boolean |
cookieBasedAffinity() |
String |
hostHeader() |
boolean |
isHostHeaderFromBackend() |
boolean |
isProbeEnabled() |
String |
path() |
ApplicationGatewayProbe |
probe() |
int |
requestTimeout() |
innerkeynameparentprotocol@Beta(value=V1_4_0) Map<String,ApplicationGatewayAuthenticationCertificate> authenticationCertificates()
boolean cookieBasedAffinity()
int requestTimeout()
ApplicationGatewayProbe probe()
@Beta(value=V1_4_0) String hostHeader()
@Beta(value=V1_4_0) boolean isHostHeaderFromBackend()
@Beta(value=V1_4_0) boolean isProbeEnabled()
@Beta(value=V1_4_0) int connectionDrainingTimeoutInSeconds()
@Beta(value=V1_4_0) String affinityCookieName()
@Beta(value=V1_4_0) String path()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/