ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackend<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT> |
toBackend(String name)
Associates the request routing rule with a backend on this application gateway.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT> toBackend(String name)
If the backend does not yet exist, 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 an existing backend/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/