MetricDefinitionFilterParser::Parse Method (String^)

 

Parses the filter string

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

public:
static IEnumerable<String^>^ Parse(
	String^ filterString
)

Parameters

filterString
Type: System::String^

The $filter string

Return Value

Type: System.Collections.Generic::IEnumerable<String^>^

The list of names requested

Return to top
Show: