Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRequestRoutingRuleInner
Packages that use ApplicationGatewayRequestRoutingRuleInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRequestRoutingRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayRequestRoutingRuleInnerModifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRequestRoutingRuleInner from the JsonReader.ApplicationGatewayRequestRoutingRuleInner.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Backend address pool resource of the application gateway.ApplicationGatewayRequestRoutingRuleInner.withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings) Set the backendHttpSettings property: Backend http settings resource of the application gateway.ApplicationGatewayRequestRoutingRuleInner.withHttpListener(com.azure.core.management.SubResource httpListener) Set the httpListener property: Http listener resource of the application gateway.ApplicationGatewayRequestRoutingRuleInner.withLoadDistributionPolicy(com.azure.core.management.SubResource loadDistributionPolicy) Set the loadDistributionPolicy property: Load Distribution Policy resource of the application gateway.Set the name property: Name of the request routing rule that is unique within an Application Gateway.ApplicationGatewayRequestRoutingRuleInner.withPriority(Integer priority) Set the priority property: Priority of the request routing rule.ApplicationGatewayRequestRoutingRuleInner.withRedirectConfiguration(com.azure.core.management.SubResource redirectConfiguration) Set the redirectConfiguration property: Redirect configuration resource of the application gateway.ApplicationGatewayRequestRoutingRuleInner.withRewriteRuleSet(com.azure.core.management.SubResource rewriteRuleSet) Set the rewriteRuleSet property: Rewrite Rule Set resource in Basic rule of the application gateway.ApplicationGatewayRequestRoutingRuleInner.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type.ApplicationGatewayRequestRoutingRuleInner.withUrlPathMap(com.azure.core.management.SubResource urlPathMap) Set the urlPathMap property: URL path map resource of the application gateway.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayRequestRoutingRuleInnerModifier and TypeMethodDescriptionApplicationGatewayInner.requestRoutingRules()Get the requestRoutingRules property: Request routing rules of the application gateway resource.ApplicationGatewayPropertiesFormat.requestRoutingRules()Get the requestRoutingRules property: Request routing rules of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayRequestRoutingRuleInnerModifier and TypeMethodDescriptionApplicationGatewayInner.withRequestRoutingRules(List<ApplicationGatewayRequestRoutingRuleInner> requestRoutingRules) Set the requestRoutingRules property: Request routing rules of the application gateway resource.ApplicationGatewayPropertiesFormat.withRequestRoutingRules(List<ApplicationGatewayRequestRoutingRuleInner> requestRoutingRules) Set the requestRoutingRules property: Request routing rules of the application gateway resource.