Uses of Class
com.azure.resourcemanager.cdn.fluent.models.RuleUpdatePropertiesParameters
Packages that use RuleUpdatePropertiesParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of RuleUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.models
Modifier and TypeClassDescriptionfinal classThe JSON object that contains the properties of the Rules to create.Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type RuleUpdatePropertiesParametersModifier and TypeClassDescriptionclassThe JSON object that contains the properties of the rule to update.Methods in com.azure.resourcemanager.cdn.fluent.models that return RuleUpdatePropertiesParametersModifier and TypeMethodDescriptionRuleUpdatePropertiesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RuleUpdatePropertiesParameters from the JsonReader.RuleUpdatePropertiesParameters.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdatePropertiesParameters.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleUpdatePropertiesParameters.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.