MetricDefinitionFilterParser Class

 

Simple Filter parser for $filter expressions on MetricDefinition and Usage calls Supported Syntax: Name clauses (Name eq 'value') separated by " or "s (no parentheses)

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Insights.MetricDefinitionFilterParser

Syntax

public static class MetricDefinitionFilterParser
public ref class MetricDefinitionFilterParser abstract sealed 
[<AbstractClass>]
[<Sealed>]
type MetricDefinitionFilterParser = class end
Public NotInheritable Class MetricDefinitionFilterParser

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Parse(String)

Parses the filter string

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Insights Namespace

Return to top