Uses of Class
com.azure.resourcemanager.cdn.fluent.models.RuleProperties
Packages that use RuleProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of RuleProperties in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return RulePropertiesModifier and TypeMethodDescriptionstatic RulePropertiesRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RuleProperties from the JsonReader.RuleProperties.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleProperties.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleProperties.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.Set the order property: The order in which the rules are applied for the endpoint.