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