Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayRequestRoutingRule.Update in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRule.UpdateStages.WithListener.fromListener
(String name) Associates the request routing rule with an existing frontend listener.Associates the request routing rule with a backend on this application gateway.ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendHttpConfiguration.toBackendHttpConfiguration
(String name) Associates the specified backend HTTP settings configuration with this request routing rule.ApplicationGateway.UpdateStages.WithRequestRoutingRule.updateRequestRoutingRule
(String name) Begins the update of a request routing rule.ApplicationGatewayRequestRoutingRule.UpdateStages.WithRedirectConfig.withoutRedirectConfiguration()
Removes the association with a redirect configuration, if any.ApplicationGatewayRequestRoutingRule.UpdateStages.WithRedirectConfig.withRedirectConfiguration
(String name) Associates the specified redirect configuration with this request routing rule.