| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| 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 the metricTriggerType property: Metric Trigger Type - 'Consecutive' or 'Total'.
|
| Modifier and Type | Method and Description |
|---|---|
LogMetricTrigger |
LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType)
Set the metricTriggerType property: Metric Trigger Type - 'Consecutive' or 'Total'.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.