public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithRedirectConfig
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.Update |
withoutRedirectConfiguration()
Removes the association with a redirect configuration, if any.
|
ApplicationGatewayRequestRoutingRule.Update |
withRedirectConfiguration(String name)
Associates the specified redirect configuration with this request routing rule.
|
@Beta(value=V1_4_0) ApplicationGatewayRequestRoutingRule.Update withRedirectConfiguration(String name)
Note that no backend can be associated with this request routing rule if it has a redirect configuration assigned to it, so this will also remove any backend and backend HTTP settings configuration.
name - the name of a redirect configuration on this application gateway@Beta(value=V1_4_0) ApplicationGatewayRequestRoutingRule.Update withoutRedirectConfiguration()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/