Uses of Class
com.microsoft.azure.management.cdn.DeliveryRule
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeliveryRule in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionDeliveryRule.withActions
(List<DeliveryRuleAction> actions) Set a list of actions that are executed when all the conditions of a rule are satisfied.DeliveryRule.withConditions
(List<DeliveryRuleCondition> conditions) Set a list of conditions that must be matched for the actions to be executed.Set name of the rule.DeliveryRule.withOrder
(int order) Set the order in which the rules are applied for the endpoint.Modifier and TypeMethodDescriptionEndpointPropertiesUpdateParametersDeliveryPolicy.rules()
Get a list of the delivery rules.Modifier and TypeMethodDescriptionEndpointPropertiesUpdateParametersDeliveryPolicy.withRules
(List<DeliveryRule> rules) Set a list of the delivery rules.