| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTrigger |
ScaleRuleInner.metricTrigger()
Get the metricTrigger property: the trigger that results in a scaling action.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleRuleInner |
ScaleRuleInner.withMetricTrigger(MetricTrigger metricTrigger)
Set the metricTrigger property: the trigger that results in a scaling action.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTrigger |
MetricTrigger.withDimensions(List<ScaleRuleMetricDimension> dimensions)
Set the dimensions property: List of dimension conditions.
|
MetricTrigger |
MetricTrigger.withMetricName(String metricName)
Set the metricName property: the name of the metric that defines what the rule monitors.
|
MetricTrigger |
MetricTrigger.withMetricNamespace(String metricNamespace)
Set the metricNamespace property: the namespace of the metric that defines what the rule monitors.
|
MetricTrigger |
MetricTrigger.withMetricResourceUri(String metricResourceUri)
Set the metricResourceUri property: the resource identifier of the resource the rule monitors.
|
MetricTrigger |
MetricTrigger.withOperator(ComparisonOperationType operator)
Set the operator property: the operator that is used to compare the metric data and the threshold.
|
MetricTrigger |
MetricTrigger.withStatistic(MetricStatisticType statistic)
Set the statistic property: the metric statistic type.
|
MetricTrigger |
MetricTrigger.withThreshold(double threshold)
Set the threshold property: the threshold of the metric that triggers the scale action.
|
MetricTrigger |
MetricTrigger.withTimeAggregation(TimeAggregationType timeAggregation)
Set the timeAggregation property: time aggregation type.
|
MetricTrigger |
MetricTrigger.withTimeGrain(Duration timeGrain)
Set the timeGrain property: the granularity of metrics the rule monitors.
|
MetricTrigger |
MetricTrigger.withTimeWindow(Duration timeWindow)
Set the timeWindow property: the range of time in which instance data is collected.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.