public interface ApplicationGatewayBackendHttpConfiguration extends HasInnerModel<ApplicationGatewayBackendHttpSettings>, 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() |
innerModelnameparentprotocolMap<String,ApplicationGatewayAuthenticationCertificate> authenticationCertificates()
boolean cookieBasedAffinity()
int requestTimeout()
ApplicationGatewayProbe probe()
String hostHeader()
boolean isHostHeaderFromBackend()
boolean isProbeEnabled()
int connectionDrainingTimeoutInSeconds()
String affinityCookieName()
String path()
Copyright © 2021 Microsoft Corporation. All rights reserved.