MetricsPostBodySchemaParameters 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.
The parameters for a single metrics query
public class MetricsPostBodySchemaParameters
type MetricsPostBodySchemaParameters = class
Public Class MetricsPostBodySchemaParameters
- Inheritance
-
MetricsPostBodySchemaParameters
Constructors
MetricsPostBodySchemaParameters() |
Initializes a new instance of the MetricsPostBodySchemaParameters class. |
MetricsPostBodySchemaParameters(String, Nullable<TimeSpan>, IList<String>, Nullable<TimeSpan>, IList<String>, Nullable<Int32>, String, String) |
Initializes a new instance of the MetricsPostBodySchemaParameters class. |
Properties
Aggregation | |
Filter | |
Interval | |
MetricId |
Gets or sets possible values include: 'requests/count', 'requests/duration', 'requests/failed', 'users/count', 'users/authenticated', 'pageViews/count', 'pageViews/duration', 'client/processingDuration', 'client/receiveDuration', 'client/networkDuration', 'client/sendDuration', 'client/totalDuration', 'dependencies/count', 'dependencies/failed', 'dependencies/duration', 'exceptions/count', 'exceptions/browser', 'exceptions/server', 'sessions/count', 'performanceCounters/requestExecutionTime', 'performanceCounters/requestsPerSecond', 'performanceCounters/requestsInQueue', 'performanceCounters/memoryAvailableBytes', 'performanceCounters/exceptionsPerSecond', 'performanceCounters/processCpuPercentage', 'performanceCounters/processIOBytesPerSecond', 'performanceCounters/processPrivateBytes', 'performanceCounters/processorCpuPercentage', 'availabilityResults/availabilityPercentage', 'availabilityResults/duration', 'billing/telemetryCount', 'customEvents/count' |
Orderby | |
Segment | |
Timespan | |
Top |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET