Uses of Class
com.azure.resourcemanager.cdn.models.DeliveryRule
Packages that use DeliveryRule
Package
Description
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 DeliveryRuleModifier and TypeMethodDescriptionstatic DeliveryRuleDeliveryRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeliveryRule from the JsonReader.DeliveryRule.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.DeliveryRule.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.Set the name property: Name of the rule.DeliveryRule.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 DeliveryRuleModifier and TypeMethodDescriptionEndpointPropertiesUpdateParametersDeliveryPolicy.rules()Get the rules property: A list of the delivery rules.CdnEndpoint.standardRulesEngineRules()Gets the map of the Standard rules engine rules.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type DeliveryRuleModifier and TypeMethodDescriptionEndpointPropertiesUpdateParametersDeliveryPolicy.withRules(List<DeliveryRule> rules) Set the rules property: A list of the delivery rules.