QueryBody 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.
Query request body
public class QueryBody
type QueryBody = class
Public Class QueryBody
- Inheritance
-
QueryBody
Constructors
QueryBody() |
Initializes a new instance of the QueryBody class. |
QueryBody(String, Nullable<TimeSpan>, IList<String>) |
Initializes a new instance of the QueryBody class. |
Properties
Applications |
Gets or sets a list of applications that are included in the query. |
Query |
Gets or sets the query to execute. |
Timespan |
Gets or sets optional. The timespan over which to query data. This is an ISO8601 time period value. This timespan is applied in addition to any that are specified in the query expression. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET