| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RateLimitRule
Defines a rate limiting rule that can be included in a waf policy.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRule |
CustomRule.withAction(ActionType action)
Set the action property: Describes what action to be applied when rule matches.
|
CustomRule |
CustomRule.withEnabledState(CustomRuleEnabledState enabledState)
Set the enabledState property: Describes if the custom rule is in enabled or disabled state.
|
CustomRule |
CustomRule.withMatchConditions(List<MatchCondition> matchConditions)
Set the matchConditions property: List of match conditions.
|
CustomRule |
CustomRule.withName(String name)
Set the name property: Defines the name of the custom rule.
|
CustomRule |
CustomRule.withPriority(int priority)
Set the priority property: Defines in what order this rule be evaluated in the overall list of custom rules.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.