MetricDefinitionFilterParser.Parse Method (String)
Parses the filter string
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public static IEnumerable<string> Parse(
string filterString
)
public:
static IEnumerable<String^>^ Parse(
String^ filterString
)
static member Parse :
filterString:string -> IEnumerable<string>
Public Shared Function Parse (
filterString As String
) As IEnumerable(Of String)
Parameters
filterString
Type: System.StringThe $filter string
Return Value
Type: System.Collections.Generic.IEnumerable<String>
The list of names requested
See Also
MetricDefinitionFilterParser Class
Microsoft.Azure.Insights Namespace
Return to top