Uses of Class
com.microsoft.azure.management.cdn.DeliveryRule
Packages that use DeliveryRule
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeliveryRule in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return DeliveryRuleModifier 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.Methods in com.microsoft.azure.management.cdn that return types with arguments of type DeliveryRuleModifier and TypeMethodDescriptionEndpointPropertiesUpdateParametersDeliveryPolicy.rules()
Get a list of the delivery rules.Method parameters in com.microsoft.azure.management.cdn with type arguments of type DeliveryRuleModifier and TypeMethodDescriptionEndpointPropertiesUpdateParametersDeliveryPolicy.withRules
(List<DeliveryRule> rules) Set a list of the delivery rules.