RuleCategory Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. securitydevops. models. RuleCategory
- com.
- com.
public final class RuleCategory
extends ExpandableStringEnum<RuleCategory>
Defines values for RuleCategory.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Rule |
ARTIFACTS
Static value Artifacts for Rule |
|
static final
Rule |
CODE
Static value Code for Rule |
|
static final
Rule |
CONTAINERS
Static value Containers for Rule |
|
static final
Rule |
DEPENDENCIES
Static value Dependencies for Rule |
|
static final
Rule |
IAC
Static value IaC for Rule |
|
static final
Rule |
SECRETS
Static value Secrets for Rule |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| RuleCategory() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Rule |
fromString(String name)
Creates or finds a Rule |
|
static
Collection<Rule |
values()
Gets known Rule |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ARTIFACTS
public static final RuleCategory ARTIFACTS
Static value Artifacts for RuleCategory.
CODE
public static final RuleCategory CODE
Static value Code for RuleCategory.
CONTAINERS
public static final RuleCategory CONTAINERS
Static value Containers for RuleCategory.
DEPENDENCIES
public static final RuleCategory DEPENDENCIES
Static value Dependencies for RuleCategory.
IAC
public static final RuleCategory IAC
Static value IaC for RuleCategory.
SECRETS
public static final RuleCategory SECRETS
Static value Secrets for RuleCategory.
Constructor Details
RuleCategory
public RuleCategory()
Method Details
fromString
public static RuleCategory fromString(String name)
Creates or finds a RuleCategory from its string representation.
Parameters:
Returns:
values
public static Collection<RuleCategory> values()
Gets known RuleCategory values.
Returns: