ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT> |
toBackendHttpConfiguration(String name)
Associates the specified backend HTTP settings configuration with this request routing rule.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT> |
toBackendHttpPort(int portNumber)
Creates a backend HTTP settings configuration for the specified backend port and the HTTP protocol, and associates it with this
request routing rule.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT> toBackendHttpConfiguration(String name)
If the backend configuration does not exist yet, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name.
name - the name of a backend HTTP settings configurationApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT> toBackendHttpPort(int portNumber)
An auto-generated name will be used for this newly created configuration.
portNumber - the port number for a new backend HTTP settings configuration/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/