Uses of Class
com.azure.resourcemanager.frontdoor.models.RoutingRule
Packages that use RoutingRule
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of RoutingRule in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return types with arguments of type RoutingRuleModifier and TypeMethodDescriptionFrontDoorInner.routingRules()Get the routingRules property: Routing rules associated with this Front Door.Method parameters in com.azure.resourcemanager.frontdoor.fluent.models with type arguments of type RoutingRuleModifier and TypeMethodDescriptionFrontDoorInner.withRoutingRules(List<RoutingRule> routingRules) Set the routingRules property: Routing rules associated with this Front Door.FrontDoorProperties.withRoutingRules(List<RoutingRule> routingRules) Set the routingRules property: Routing rules associated with this Front Door. -
Uses of RoutingRule in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return RoutingRuleModifier and TypeMethodDescriptionRoutingRule.withAcceptedProtocols(List<FrontDoorProtocol> acceptedProtocols) Set the acceptedProtocols property: Protocol schemes to match for this rule.RoutingRule.withEnabledState(RoutingRuleEnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.RoutingRule.withFrontendEndpoints(List<com.azure.core.management.SubResource> frontendEndpoints) Set the frontendEndpoints property: Frontend endpoints associated with this rule.Set the name property: Resource name.RoutingRule.withPatternsToMatch(List<String> patternsToMatch) Set the patternsToMatch property: The route patterns of the rule.RoutingRule.withRouteConfiguration(RouteConfiguration routeConfiguration) Set the routeConfiguration property: A reference to the routing configuration.RoutingRule.withRulesEngine(com.azure.core.management.SubResource rulesEngine) Set the rulesEngine property: A reference to a specific Rules Engine Configuration to apply to this route.RoutingRule.withWebApplicationFirewallPolicyLink(RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink) Set the webApplicationFirewallPolicyLink property: Defines the Web Application Firewall policy for each routing rule (if applicable).Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type RoutingRuleModifier and TypeMethodDescriptionFrontDoor.routingRules()Gets the routingRules property: Routing rules associated with this Front Door.FrontDoorUpdateParameters.routingRules()Get the routingRules property: Routing rules associated with this Front Door.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type RoutingRuleModifier and TypeMethodDescriptionFrontDoor.DefinitionStages.WithRoutingRules.withRoutingRules(List<RoutingRule> routingRules) Specifies the routingRules property: Routing rules associated with this Front Door..FrontDoor.UpdateStages.WithRoutingRules.withRoutingRules(List<RoutingRule> routingRules) Specifies the routingRules property: Routing rules associated with this Front Door..FrontDoorUpdateParameters.withRoutingRules(List<RoutingRule> routingRules) Set the routingRules property: Routing rules associated with this Front Door.