Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet
Packages that use ApplicationGatewayRewriteRuleActionSet
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayRewriteRuleActionSet in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayRewriteRuleActionSetModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.actionSet()
Get set of actions to be done as part of the rewrite Rule.ApplicationGatewayRewriteRuleActionSet.withRequestHeaderConfigurations
(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations) Set request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.withResponseHeaderConfigurations
(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations) Set response Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.withUrlConfiguration
(ApplicationGatewayUrlConfiguration urlConfiguration) Set url Configuration Action in the Action Set.Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayRewriteRuleActionSetModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.withActionSet
(ApplicationGatewayRewriteRuleActionSet actionSet) Set set of actions to be done as part of the rewrite Rule.