Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRoutingRule
Packages that use ApplicationGatewayRoutingRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRoutingRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayRoutingRuleModifier and TypeMethodDescriptionApplicationGatewayInner.routingRules()Get the routingRules property: Routing rules of the application gateway resource.ApplicationGatewayPropertiesFormat.routingRules()Get the routingRules property: Routing rules of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayRoutingRuleModifier and TypeMethodDescriptionApplicationGatewayInner.withRoutingRules(List<ApplicationGatewayRoutingRule> routingRules) Set the routingRules property: Routing rules of the application gateway resource.ApplicationGatewayPropertiesFormat.withRoutingRules(List<ApplicationGatewayRoutingRule> routingRules) Set the routingRules property: Routing rules of the application gateway resource. -
Uses of ApplicationGatewayRoutingRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRoutingRuleModifier and TypeMethodDescriptionApplicationGatewayRoutingRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRoutingRule from the JsonReader.ApplicationGatewayRoutingRule.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Backend address pool resource of the application gateway.ApplicationGatewayRoutingRule.withBackendSettings(com.azure.core.management.SubResource backendSettings) Set the backendSettings property: Backend settings resource of the application gateway.ApplicationGatewayRoutingRule.withListener(com.azure.core.management.SubResource listener) Set the listener property: Listener resource of the application gateway.Set the name property: Name of the routing rule that is unique within an Application Gateway.ApplicationGatewayRoutingRule.withPriority(Integer priority) Set the priority property: Priority of the routing rule.ApplicationGatewayRoutingRule.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type.