MetricFilterExpressionParser.Parse Method (String)

 

Generates a MetricFilter object from the given filter string

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

Public Shared Function Parse (
	query As String
) As MetricFilter

Parameters

query
Type: System.String

the ($filter) query string

Return Value

Type: Microsoft.Azure.Insights.MetricFilter

A MetricFilter object representing the query

Return to top
Show: