MetricsPostBodySchema Constructors
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.
Overloads
MetricsPostBodySchema() |
Initializes a new instance of the MetricsPostBodySchema class. |
MetricsPostBodySchema(String, MetricsPostBodySchemaParameters) |
Initializes a new instance of the MetricsPostBodySchema class. |
MetricsPostBodySchema()
Initializes a new instance of the MetricsPostBodySchema class.
public MetricsPostBodySchema ();
Public Sub New ()
Applies to
MetricsPostBodySchema(String, MetricsPostBodySchemaParameters)
Initializes a new instance of the MetricsPostBodySchema class.
public MetricsPostBodySchema (string id, Microsoft.Azure.ApplicationInsights.Models.MetricsPostBodySchemaParameters parameters);
new Microsoft.Azure.ApplicationInsights.Models.MetricsPostBodySchema : string * Microsoft.Azure.ApplicationInsights.Models.MetricsPostBodySchemaParameters -> Microsoft.Azure.ApplicationInsights.Models.MetricsPostBodySchema
Public Sub New (id As String, parameters As MetricsPostBodySchemaParameters)
Parameters
- id
- String
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
- MetricsPostBodySchemaParameters
The parameters for a single metrics query
Applies to
Azure SDK for .NET