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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET