| Modifier and Type | Field and Description |
|---|---|
static MetricTriggerType |
MetricTriggerType.CONSECUTIVE
Static value Consecutive for MetricTriggerType.
|
static MetricTriggerType |
MetricTriggerType.TOTAL
Static value Total for MetricTriggerType.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricTriggerType |
MetricTriggerType.fromString(String name)
Creates or finds a MetricTriggerType from its string representation.
|
MetricTriggerType |
LogMetricTrigger.metricTriggerType()
Get metric Trigger Type - 'Consecutive' or 'Total'.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<MetricTriggerType> |
MetricTriggerType.values() |
| Modifier and Type | Method and Description |
|---|---|
LogMetricTrigger |
LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType)
Set metric Trigger Type - 'Consecutive' or 'Total'.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/