public final class MetricTriggerType extends com.microsoft.rest.ExpandableStringEnum<MetricTriggerType>
| Modifier and Type | Field and Description |
|---|---|
static MetricTriggerType |
CONSECUTIVE
Static value Consecutive for MetricTriggerType.
|
static MetricTriggerType |
TOTAL
Static value Total for MetricTriggerType.
|
| Constructor and Description |
|---|
MetricTriggerType() |
| Modifier and Type | Method and Description |
|---|---|
static MetricTriggerType |
fromString(String name)
Creates or finds a MetricTriggerType from its string representation.
|
static Collection<MetricTriggerType> |
values() |
public static final MetricTriggerType CONSECUTIVE
public static final MetricTriggerType TOTAL
public static MetricTriggerType fromString(String name)
name - a name to look forpublic static Collection<MetricTriggerType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/