Share via


MetricsPostBodySchemaParameters Constructors

Definition

Overloads

MetricsPostBodySchemaParameters()

Initializes a new instance of the MetricsPostBodySchemaParameters class.

MetricsPostBodySchemaParameters(String, String, IList<String>, Nullable<TimeSpan>, IList<String>, Nullable<Int32>, String, String)

Initializes a new instance of the MetricsPostBodySchemaParameters class.

MetricsPostBodySchemaParameters()

Source:
MetricsPostBodySchemaParameters.cs

Initializes a new instance of the MetricsPostBodySchemaParameters class.

public MetricsPostBodySchemaParameters ();
Public Sub New ()

Applies to

MetricsPostBodySchemaParameters(String, String, IList<String>, Nullable<TimeSpan>, IList<String>, Nullable<Int32>, String, String)

Source:
MetricsPostBodySchemaParameters.cs

Initializes a new instance of the MetricsPostBodySchemaParameters class.

public MetricsPostBodySchemaParameters (string metricId, string timespan = default, System.Collections.Generic.IList<string> aggregation = default, TimeSpan? interval = default, System.Collections.Generic.IList<string> segment = default, int? top = default, string orderby = default, string filter = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchemaParameters : string * string * System.Collections.Generic.IList<string> * Nullable<TimeSpan> * System.Collections.Generic.IList<string> * Nullable<int> * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchemaParameters
Public Sub New (metricId As String, Optional timespan As String = Nothing, Optional aggregation As IList(Of String) = Nothing, Optional interval As Nullable(Of TimeSpan) = Nothing, Optional segment As IList(Of String) = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional filter As String = Nothing)

Parameters

metricId
String

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'

timespan
String
aggregation
IList<String>
interval
Nullable<TimeSpan>
segment
IList<String>
orderby
String
filter
String

Applies to