public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ParentT>
The first stage of an application gateway backend HTTP configuration.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAffinity<ParentT>
The stage of an application gateway backend HTTP configuration allowing to enable cookie based affinity.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ParentT>
The final stage of an application gateway backend HTTP configuration.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithPort<ParentT>
The stage of an application gateway backend HTTP configuration allowing to specify the port number.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProbe<ParentT>
The stage of an application gateway backend HTTP configuration allowing to associate an existing probe.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProtocol<ParentT>
The stage of an application gateway backend HTTP configuration allowing to specify the protocol.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithRequestTimeout<ParentT>
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.
*/