MetricFilterRegexParser.Parse Method (String)

 

Creates a new Filter object from the ($filter) query string

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

public static MetricFilter Parse(
	string query
)

Parameters

query
Type: System.String

The query string

Return Value

Type: Microsoft.Azure.Insights.MetricFilter

A filter object representing the query

Return to top
Show: