public interface ApplicationGatewayBackendHttpConfiguration extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHttpSettingsInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, HasProtocol<ApplicationGatewayProtocol>, HasPort
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayBackendHttpConfiguration.Definition<ParentT>
The entirety of an application gateway backend HTTP configuration definition.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages
Grouping of application gateway backend HTTP configuration stages.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.Update
The entirety of an application gateway backend HTTP configuration update as part of an application gateway update.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinition<ParentT>
The entirety of an application gateway backend HTTP configuration definition as part of an application gateway update.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages
Grouping of application gateway backend HTTP configuration definition stages applicable as part of an application gateway update.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateStages
Grouping of application gateway backend HTTP configuration update stages.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
cookieBasedAffinity() |
ApplicationGatewayProbe |
probe() |
int |
requestTimeout() |
innerkeynameparentprotocolboolean cookieBasedAffinity()
int requestTimeout()
@Beta(value=V1_1_0) ApplicationGatewayProbe probe()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/