Uses of Class
com.azure.resourcemanager.cdn.models.DeliveryRule
-
Packages that use DeliveryRule Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of DeliveryRule in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return DeliveryRule Modifier and Type Method Description DeliveryRuleDeliveryRule. withActions(List<DeliveryRuleAction> actions)Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.DeliveryRuleDeliveryRule. withConditions(List<DeliveryRuleCondition> conditions)Set the conditions property: A list of conditions that must be matched for the actions to be executed.DeliveryRuleDeliveryRule. withName(String name)Set the name property: Name of the rule.DeliveryRuleDeliveryRule. withOrder(int order)Set the order property: The order in which the rules are applied for the endpoint.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeliveryRule Modifier and Type Method Description List<DeliveryRule>EndpointPropertiesUpdateParametersDeliveryPolicy. rules()Get the rules property: A list of the delivery rules.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type DeliveryRule Modifier and Type Method Description EndpointPropertiesUpdateParametersDeliveryPolicyEndpointPropertiesUpdateParametersDeliveryPolicy. withRules(List<DeliveryRule> rules)Set the rules property: A list of the delivery rules.
-