Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayPathRuleInner
Packages that use ApplicationGatewayPathRuleInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayPathRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayPathRuleInnerModifier and TypeMethodDescriptionApplicationGatewayPathRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPathRuleInner from the JsonReader.ApplicationGatewayPathRuleInner.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Backend address pool resource of URL path map path rule.ApplicationGatewayPathRuleInner.withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings) Set the backendHttpSettings property: Backend http settings resource of URL path map path rule.ApplicationGatewayPathRuleInner.withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy) Set the firewallPolicy property: Reference to the FirewallPolicy resource.ApplicationGatewayPathRuleInner.withLoadDistributionPolicy(com.azure.core.management.SubResource loadDistributionPolicy) Set the loadDistributionPolicy property: Load Distribution Policy resource of URL path map path rule.Set the name property: Name of the path rule that is unique within an Application Gateway.Set the paths property: Path rules of URL path map.ApplicationGatewayPathRuleInner.withRedirectConfiguration(com.azure.core.management.SubResource redirectConfiguration) Set the redirectConfiguration property: Redirect configuration resource of URL path map path rule.ApplicationGatewayPathRuleInner.withRewriteRuleSet(com.azure.core.management.SubResource rewriteRuleSet) Set the rewriteRuleSet property: Rewrite rule set resource of URL path map path rule.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayPathRuleInnerModifier and TypeMethodDescriptionApplicationGatewayUrlPathMapInner.pathRules()Get the pathRules property: Path rule of URL path map resource.ApplicationGatewayUrlPathMapPropertiesFormat.pathRules()Get the pathRules property: Path rule of URL path map resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayPathRuleInnerModifier and TypeMethodDescriptionApplicationGatewayUrlPathMapInner.withPathRules(List<ApplicationGatewayPathRuleInner> pathRules) Set the pathRules property: Path rule of URL path map resource.ApplicationGatewayUrlPathMapPropertiesFormat.withPathRules(List<ApplicationGatewayPathRuleInner> pathRules) Set the pathRules property: Path rule of URL path map resource.