Uses of Interface
com.azure.resourcemanager.cdn.models.CdnStandardRulesEngineRule.Update
Packages that use CdnStandardRulesEngineRule.Update
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CdnStandardRulesEngineRule.Update in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CdnStandardRulesEngineRule.UpdateModifier and TypeMethodDescriptionCdnEndpoint.UpdateStandardEndpoint.updateStandardRulesEngineRule(String name) Begins the update of the Standard rules engine rule.CdnStandardRulesEngineRule.UpdateStages.WithActions.withActions(DeliveryRuleAction... actions) Specify a list of actions that are executed when all the conditions of a rule are satisfied.CdnStandardRulesEngineRule.UpdateStages.WithMatchConditions.withMatchConditions(DeliveryRuleCondition... matchConditions) Specify a list of conditions that must be matched for the actions to be executed.CdnStandardRulesEngineRule.UpdateStages.WithOrder.withOrder(int order) Specify the order in which the rule are applied for the endpoint.