public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithListener
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.Update |
fromListener(String name)
Associates the request routing rule with an existing frontend listener.
|
ApplicationGatewayRequestRoutingRule.Update fromListener(String name)
Also, note that a given listener can be used by no more than one request routing rule at a time.
name - the name of a listener to reference/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/