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