Uses of Class
com.azure.resourcemanager.frontdoor.models.RoutingRuleUpdateParameters
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of RoutingRuleUpdateParameters in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeClassDescriptionfinal class
The JSON object that contains the properties required to create a routing rule. -
Uses of RoutingRuleUpdateParameters in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionRoutingRuleUpdateParameters.withAcceptedProtocols
(List<FrontDoorProtocol> acceptedProtocols) Set the acceptedProtocols property: Protocol schemes to match for this rule.RoutingRuleUpdateParameters.withEnabledState
(RoutingRuleEnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.RoutingRuleUpdateParameters.withFrontendEndpoints
(List<com.azure.core.management.SubResource> frontendEndpoints) Set the frontendEndpoints property: Frontend endpoints associated with this rule.RoutingRuleUpdateParameters.withPatternsToMatch
(List<String> patternsToMatch) Set the patternsToMatch property: The route patterns of the rule.RoutingRuleUpdateParameters.withRouteConfiguration
(RouteConfiguration routeConfiguration) Set the routeConfiguration property: A reference to the routing configuration.RoutingRuleUpdateParameters.withRulesEngine
(com.azure.core.management.SubResource rulesEngine) Set the rulesEngine property: A reference to a specific Rules Engine Configuration to apply to this route.RoutingRuleUpdateParameters.withWebApplicationFirewallPolicyLink
(RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink) Set the webApplicationFirewallPolicyLink property: Defines the Web Application Firewall policy for each routing rule (if applicable).