QueryOperations Class
Definition
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.
QueryOperations operations.
public class QueryOperations : Microsoft.Azure.ApplicationInsights.Query.IQueryOperations, Microsoft.Rest.IServiceOperations<Microsoft.Azure.ApplicationInsights.Query.ApplicationInsightsDataClient>
type QueryOperations = class
interface IServiceOperations<ApplicationInsightsDataClient>
interface IQueryOperations
Public Class QueryOperations
Implements IQueryOperations, IServiceOperations(Of ApplicationInsightsDataClient)
- Inheritance
-
QueryOperations
- Implements
Constructors
QueryOperations(ApplicationInsightsDataClient) |
Initializes a new instance of the QueryOperations class. |
Properties
Client |
Gets a reference to the ApplicationInsightsDataClient |
Methods
ExecuteWithHttpMessagesAsync(String, String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken) |
Execute an Analytics query |
Extension Methods
Execute(IQueryOperations, String, String, String, IList<String>) |
Execute an Analytics query |
ExecuteAsync(IQueryOperations, String, String, String, IList<String>, CancellationToken) |
Execute an Analytics query |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET