ParentT - the stage of the parent Metric Alert definition to return to after attaching this
definitionpublic static interface MetricDynamicAlertCondition.DefinitionStages.Blank.MetricName<ParentT>
| Modifier and Type | Method and Description |
|---|---|
MetricDynamicAlertCondition.DefinitionStages.WithCriteriaOperator<ParentT> |
withMetricName(String metricName)
Sets the name of the signal name to monitor.
|
MetricDynamicAlertCondition.DefinitionStages.WithCriteriaOperator<ParentT> |
withMetricName(String metricName,
String metricNamespace)
Sets the name of the signal name to monitor.
|
MetricDynamicAlertCondition.DefinitionStages.WithCriteriaOperator<ParentT> withMetricName(String metricName)
metricName - metric name of the signal.MetricDynamicAlertCondition.DefinitionStages.WithCriteriaOperator<ParentT> withMetricName(String metricName, String metricNamespace)
metricName - metric name of the signal.metricNamespace - the Namespace of the metric.Copyright © 2020 Microsoft Corporation. All rights reserved.