| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ActionType |
ActionType.ALLOW
Static value Allow for ActionType.
|
static ActionType |
ActionType.BLOCK
Static value Block for ActionType.
|
static ActionType |
ActionType.LOG
Static value Log for ActionType.
|
static ActionType |
ActionType.REDIRECT
Static value Redirect for ActionType.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ManagedRuleOverride.action()
Get the action property: Describes the override action to be applied when rule matches.
|
ActionType |
CustomRule.action()
Get the action property: Describes what action to be applied when rule matches.
|
static ActionType |
ActionType.fromString(String name)
Creates or finds a ActionType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
RateLimitRule |
RateLimitRule.withAction(ActionType action)
Set the action property: Describes what action to be applied when rule matches.
|
ManagedRuleOverride |
ManagedRuleOverride.withAction(ActionType action)
Set the action property: Describes the override action to be applied when rule matches.
|
CustomRule |
CustomRule.withAction(ActionType action)
Set the action property: Describes what action to be applied when rule matches.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.