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