Uses of Class
com.azure.resourcemanager.cdn.models.DeliveryRuleAction
Packages that use DeliveryRuleAction
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of DeliveryRuleAction in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type DeliveryRuleActionModifier and TypeMethodDescriptionRuleInner.actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdatePropertiesParameters.actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type DeliveryRuleActionModifier and TypeMethodDescriptionRuleInner.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleProperties.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdatePropertiesParameters.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied. -
Uses of DeliveryRuleAction in com.azure.resourcemanager.cdn.models
Subclasses of DeliveryRuleAction in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDefines the cache expiration action for the delivery rule.final classDefines the cache-key query string action for the delivery rule.final classDefines the request header action for the delivery rule.final classDefines the response header action for the delivery rule.final classDefines the route configuration override action for the delivery rule.final classDefines the origin group override action for the delivery rule.final classDefines the url redirect action for the delivery rule.final classDefines the url rewrite action for the delivery rule.final classDefines the url signing action for the delivery rule.Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type DeliveryRuleActionMethods in com.azure.resourcemanager.cdn.models that return DeliveryRuleActionModifier and TypeMethodDescriptionstatic DeliveryRuleActionDeliveryRuleAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeliveryRuleAction from the JsonReader.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeliveryRuleActionModifier and TypeMethodDescriptionDeliveryRule.actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdateParameters.actions()Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.Methods in com.azure.resourcemanager.cdn.models with parameters of type DeliveryRuleActionModifier and TypeMethodDescriptioncom.azure.resourcemanager.resources.fluentcore.model.Attachable<T> CdnStandardRulesEngineRule.DefinitionStage.WithActions.withActions(DeliveryRuleAction... actions) Specify a list of actions that are executed when all the conditions of a rule are satisfied.CdnStandardRulesEngineRule.UpdateStages.WithActions.withActions(DeliveryRuleAction... actions) Specify a list of actions that are executed when all the conditions of a rule are satisfied.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type DeliveryRuleActionModifier and TypeMethodDescriptionDeliveryRule.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.RuleUpdateParameters.withActions(List<DeliveryRuleAction> actions) Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.