Azure.Monitor.Query Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AzureMonitorQueryContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md' |
LogsBatchQuery |
Represents a batch that consists of multiple log queries. |
LogsQueryClient |
The LogsQueryClient allows to query the Azure Monitor Logs service. |
LogsQueryClientOptions |
Provides the client configuration options for connecting to Azure Monitor Logs service. |
LogsQueryOptions |
Options for QueryWorkspaceAsync(String, String, QueryTimeRange, LogsQueryOptions, CancellationToken) and AddWorkspaceQuery(String, String, QueryTimeRange, LogsQueryOptions) methods. |
MetricsBatchQueryClient |
The MetricsBatchQueryClient allows you to query multiple Azure Monitor Metric services. |
MetricsBatchQueryClientOptions |
Provides the client configuration options for connecting to Azure Monitor Metrics service. |
MetricsClient |
The MetricsClient allows you to query the Azure Monitor Metrics service for multiple Azure resources in a single request. |
MetricsClientOptions |
Provides the client configuration options for connecting to Azure Monitor Metrics service. |
MetricsQueryClient |
The MetricsQueryClient allows you to query the Azure Monitor Metrics service for a single Azure resource. |
MetricsQueryClientOptions |
Provides the client configuration options for connecting to Azure Monitor Metrics service. |
MetricsQueryOptions |
Options for the QueryResourceAsync(String, IEnumerable<String>, MetricsQueryOptions, CancellationToken) and QueryResource(String, IEnumerable<String>, MetricsQueryOptions, CancellationToken) methods. |
MetricsQueryResourcesOptions |
Options for the QueryResourcesAsync(IEnumerable<ResourceIdentifier>, IEnumerable<String>, String, MetricsQueryResourcesOptions, CancellationToken) and QueryResources(IEnumerable<ResourceIdentifier>, IEnumerable<String>, String, MetricsQueryResourcesOptions, CancellationToken) methods. |
Structs
LogsQueryAudience |
Cloud audiences available for Query. |
MetricsClientAudience |
Cloud audiences available for MetricsClient. |
MetricsQueryAudience |
Cloud audiences available for Query. |
QueryTimeRange |
Represents a span of time over which the query would be executed. |
Enums
LogsQueryClientOptions.ServiceVersion |
The versions of Azure Monitor Logs service supported by this client library. |
MetricsBatchQueryClientOptions.ServiceVersion |
The versions of Azure Monitor Metrics service supported by this client library. |
MetricsClientOptions.ServiceVersion |
The versions of Azure Monitor Metrics service supported by this client library. |
MetricsQueryClientOptions.ServiceVersion |
The versions of Azure Monitor Metrics service supported by this client library. |