Uses of Class
com.azure.resourcemanager.cdn.models.RuleUpdateParameters
Packages that use RuleUpdateParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of RuleUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type RuleUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>, RuleInner> RulesClient.beginUpdate(String resourceGroupName, String profileName, String ruleSetName, String ruleName, RuleUpdateParameters ruleUpdateProperties) Updates an existing delivery rule within a rule set.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>, RuleInner> RulesClient.beginUpdate(String resourceGroupName, String profileName, String ruleSetName, String ruleName, RuleUpdateParameters ruleUpdateProperties, com.azure.core.util.Context context) Updates an existing delivery rule within a rule set.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RuleInner>, RuleInner> RulesClient.beginUpdateAsync(String resourceGroupName, String profileName, String ruleSetName, String ruleName, RuleUpdateParameters ruleUpdateProperties) Updates an existing delivery rule within a rule set.RulesClient.update(String resourceGroupName, String profileName, String ruleSetName, String ruleName, RuleUpdateParameters ruleUpdateProperties) Updates an existing delivery rule within a rule set.RulesClient.update(String resourceGroupName, String profileName, String ruleSetName, String ruleName, RuleUpdateParameters ruleUpdateProperties, com.azure.core.util.Context context) Updates an existing delivery rule within a rule set.RulesClient.updateAsync(String resourceGroupName, String profileName, String ruleSetName, String ruleName, RuleUpdateParameters ruleUpdateProperties) Updates an existing delivery rule within a rule set.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RulesClient.updateWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName, String ruleName, RuleUpdateParameters ruleUpdateProperties) Updates an existing delivery rule within a rule set. -
Uses of RuleUpdateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return RuleUpdateParametersModifier and TypeMethodDescriptionstatic RuleUpdateParametersRuleUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RuleUpdateParameters from the JsonReader.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.RuleUpdateParameters.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleUpdateParameters.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.Set the order property: The order in which the rules are applied for the endpoint.