public final class RuleType extends com.azure.core.util.ExpandableStringEnum<RuleType>
| Modifier and Type | Field and Description |
|---|---|
static RuleType |
LIFECYCLE
Static value Lifecycle for RuleType.
|
| Constructor and Description |
|---|
RuleType() |
| Modifier and Type | Method and Description |
|---|---|
static RuleType |
fromString(String name)
Creates or finds a RuleType from its string representation.
|
static Collection<RuleType> |
values() |
public static final RuleType LIFECYCLE
public static RuleType fromString(String name)
name - a name to look for.public static Collection<RuleType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.