Microsoft.Azure.Insights Namespace
Classes
Class | Description | |
---|---|---|
EventOperationsExtensions | ||
GetCountSummaryForEventSourceParameters | The parameters to get the event count summary for an event source |
|
GetCountSummaryForResourceGroupParameters | The parameters to get the event count summary for a resource group |
|
GetCountSummaryForResourceParameters | The parameters to get the event count summary for a resource |
|
GetCountSummaryForResourceProviderParameters | The parameters to get the event count summary for a resource provider |
|
GetCountSummaryParameters | The parameters to get the events for a subscription |
|
InsightsClient | ||
InsightsClientExtensions | ||
ListEventsForCorrelationIdParameters | The parameters to get the events for a correlation id |
|
ListEventsForEventSourceParameters | The parameters to get the events for an event source |
|
ListEventsForResourceGroupParameters | The parameters to get the events for a resource group |
|
ListEventsForResourceParameters | The parameters to get the events for a resource |
|
ListEventsForResourceProviderParameters | The parameters to get the events for a resource provider |
|
ListEventsParameters | The parameters to get the events for a subscription |
|
InsightsClient.MetricDefinitionCache | ||
MetricDefinitionFilterParser | Simple Filter parser for $filter expressions on MetricDefinition and Usage calls Supported Syntax: Name clauses (Name eq 'value') separated by " or "s (no parentheses) |
|
MetricDefinitionOperationsExtensions | ||
MetricFilter | The stucture of the Filter represents an expression in disjunctive-normal-form Each filter contain a set of subfilters (the conjunctions) with the total filter being the disjunction of them |
|
MetricFilterExpressionParser | The expression parser creates an Expression that represents an expression in disjunctive-normal-form Each Expression contains a set of Subexpressions (the conjunctions) with the total expression being the disjunction of them |
|
MetricFilterRegexParser | Simple filter parser class to implement very basic $filter Supported syntax: (optional names clause) and (timeGrain clause) and (startTime clause) and (endTime clause) Clauses can be in any order Names clause must be surrounded by parentheses if it contains multiple names No parentheses are allowed outside the names clause |
|
MetricOperationsExtensions | ||
SizeBoundedCache<TKey, TValue> | ||
UsageMetricsOperationsExtensions |
Interfaces
Interface | Description | |
---|---|---|
IEventOperations | Microsoft Azure event logs and summaries can be retrieved using these operations |
|
IInsightsClient | ||
IMetricDefinitionOperations | Operations for metric definitions. |
|
IMetricOperations | Operations for metric values. |
|
IUsageMetricsOperations |
Return to top