| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuleProperties
The JSON object that contains the properties of the Rules to create.
|
| Modifier and Type | Method and Description |
|---|---|
RuleUpdatePropertiesParameters |
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 |
RuleUpdatePropertiesParameters.withConditions(List<DeliveryRuleCondition> conditions)
Set the conditions property: A list of conditions that must be matched for the actions to be executed.
|
RuleUpdatePropertiesParameters |
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.
|
RuleUpdatePropertiesParameters |
RuleUpdatePropertiesParameters.withOrder(Integer order)
Set the order property: The order in which the rules are applied for the endpoint.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.