MetricsPostBodySchema 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.
A metric request
public class MetricsPostBodySchema
type MetricsPostBodySchema = class
Public Class MetricsPostBodySchema
- Inheritance
-
MetricsPostBodySchema
Constructors
MetricsPostBodySchema() |
Initializes a new instance of the MetricsPostBodySchema class. |
MetricsPostBodySchema(String, MetricsPostBodySchemaParameters) |
Initializes a new instance of the MetricsPostBodySchema class. |
Properties
Id |
Gets or sets an identifier for this query. Must be unique within the post body of the request. This identifier will be the 'id' property of the response object representing this query. |
Parameters |
Gets or sets the parameters for a single metrics query |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET