Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRewriteRuleActionSet
Packages that use ApplicationGatewayRewriteRuleActionSet
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRewriteRuleActionSet in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayRewriteRuleActionSetModifier and TypeClassDescriptionfinal classSet of actions in the Rewrite Rule in Application Gateway.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRewriteRuleActionSetModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.actionSet()Get the actionSet property: Set of actions to be done as part of the rewrite Rule.ApplicationGatewayRewriteRuleActionSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRewriteRuleActionSet from the JsonReader.ApplicationGatewayRewriteRuleActionSet.withRequestHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations) Set the requestHeaderConfigurations property: Request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.withResponseHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations) Set the responseHeaderConfigurations property: Response Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.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 ApplicationGatewayRewriteRuleActionSetModifier and TypeMethodDescriptionApplicationGatewayRewriteRule.withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet) Set the actionSet property: Set of actions to be done as part of the rewrite Rule.