Share via


MetricNameFilter Class

Definition

The metric name filter, specifying the name of the metric to be filtered on.

public class MetricNameFilter
type MetricNameFilter = class
Public Class MetricNameFilter
Inheritance
MetricNameFilter

Constructors

MetricNameFilter()

Initializes a new instance of the MetricNameFilter class.

MetricNameFilter(String)

Initializes a new instance of the MetricNameFilter class.

Properties

Value

Gets or sets specifies the metric name to be filtered on. E.g., CloudStorageUsed. Valid values are the ones returned in the field "name" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property.

Applies to