C# Class Microsoft.Azure.Insights.Legacy.MetricDefinitionFilterParser

Simple Filter parser for $filter expressions on MetricDefinition and Usage calls Supported Syntax: Name clauses (Name eq 'value') separated by " or "s (no parentheses)
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
Parse ( string filterString ) : IEnumerable

Parses the filter string

Method Details

Parse() public static method

Parses the filter string
public static Parse ( string filterString ) : IEnumerable
filterString string The $filter string
return IEnumerable