public final class ActionType extends com.azure.core.util.ExpandableStringEnum<ActionType>
| Modifier and Type | Field and Description |
|---|---|
static ActionType |
ALLOW
Static value Allow for ActionType.
|
static ActionType |
BLOCK
Static value Block for ActionType.
|
static ActionType |
LOG
Static value Log for ActionType.
|
static ActionType |
REDIRECT
Static value Redirect for ActionType.
|
| Constructor and Description |
|---|
ActionType() |
| Modifier and Type | Method and Description |
|---|---|
static ActionType |
fromString(String name)
Creates or finds a ActionType from its string representation.
|
static Collection<ActionType> |
values() |
public static final ActionType ALLOW
public static final ActionType BLOCK
public static final ActionType LOG
public static final ActionType REDIRECT
public static ActionType fromString(String name)
name - a name to look for.public static Collection<ActionType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.