Rule Metric Data Source Response
data class RuleMetricDataSourceResponse(val legacyResourceId: String? = null, val metricName: String? = null, val metricNamespace: String? = null, val odataType: String, val resourceLocation: String? = null, val resourceUri: String? = null)
A rule metric data source. The discriminator value is always RuleMetricDataSource in this case.
Constructors
Properties
Link copied to clipboard
the legacy resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule.
Link copied to clipboard
the name of the metric that defines what the rule monitors.
Link copied to clipboard
the namespace of the metric.
Link copied to clipboard
the location of the resource.
Link copied to clipboard
the resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule.