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