Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRewriteRuleActionSet
-
Packages that use ApplicationGatewayRewriteRuleActionSet Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayRewriteRuleActionSet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRewriteRuleActionSet Modifier and Type Method Description ApplicationGatewayRewriteRuleActionSetApplicationGatewayRewriteRule. actionSet()Get the actionSet property: Set of actions to be done as part of the rewrite Rule.ApplicationGatewayRewriteRuleActionSetApplicationGatewayRewriteRuleActionSet. withRequestHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations)Set the requestHeaderConfigurations property: Request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSetApplicationGatewayRewriteRuleActionSet. withResponseHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations)Set the responseHeaderConfigurations property: Response Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSetApplicationGatewayRewriteRuleActionSet. withUrlConfiguration(ApplicationGatewayUrlConfiguration urlConfiguration)Set the urlConfiguration property: Url Configuration Action in the Action Set.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayRewriteRuleActionSet Modifier and Type Method Description ApplicationGatewayRewriteRuleApplicationGatewayRewriteRule. withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)Set the actionSet property: Set of actions to be done as part of the rewrite Rule.
-