Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRewriteRuleSet
Packages that use ApplicationGatewayRewriteRuleSet
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRewriteRuleSet in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayRewriteRuleSetModifier and TypeMethodDescriptionApplicationGatewayInner.rewriteRuleSets()Get the rewriteRuleSets property: Rewrite rules for the application gateway resource.ApplicationGatewayPropertiesFormat.rewriteRuleSets()Get the rewriteRuleSets property: Rewrite rules for the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayRewriteRuleSetModifier and TypeMethodDescriptionApplicationGatewayInner.withRewriteRuleSets(List<ApplicationGatewayRewriteRuleSet> rewriteRuleSets) Set the rewriteRuleSets property: Rewrite rules for the application gateway resource.ApplicationGatewayPropertiesFormat.withRewriteRuleSets(List<ApplicationGatewayRewriteRuleSet> rewriteRuleSets) Set the rewriteRuleSets property: Rewrite rules for the application gateway resource. -
Uses of ApplicationGatewayRewriteRuleSet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRewriteRuleSetModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRewriteRuleSet from the JsonReader.Set the name property: Name of the rewrite rule set that is unique within an Application Gateway.ApplicationGatewayRewriteRuleSet.withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules) Set the rewriteRules property: Rewrite rules in the rewrite rule set.