EventOperationsExtensions.GetCountSummary Method (IEventOperations, String)
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public static EventCountSummaryResponse GetCountSummary(
this IEventOperations operations,
string filterString
)
public:
[ExtensionAttribute]
static EventCountSummaryResponse^ GetCountSummary(
IEventOperations^ operations,
String^ filterString
)
static member GetCountSummary :
operations:IEventOperations *
filterString:string -> EventCountSummaryResponse
<ExtensionAttribute>
Public Shared Function GetCountSummary (
operations As IEventOperations,
filterString As String
) As EventCountSummaryResponse
Return Value
Type: Microsoft.Azure.Insights.Models.EventCountSummaryResponse
See Also
EventOperationsExtensions Class
Microsoft.Azure.Insights Namespace
Return to top