| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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)
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.
|
RuleInner |
RulesClient.update(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties)
Updates an existing delivery rule within a rule set.
|
RuleInner |
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.
|
Mono<RuleInner> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
RuleUpdateParameters |
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 |
RuleUpdateParameters.withConditions(List<DeliveryRuleCondition> conditions)
Set the conditions property: A list of conditions that must be matched for the actions to be executed.
|
RuleUpdateParameters |
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.
|
RuleUpdateParameters |
RuleUpdateParameters.withOrder(Integer order)
Set the order property: The order in which the rules are applied for the endpoint.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.