MetricsPostBodySchemaParameters 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
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. |
MetricsPostBodySchemaParameters()
Initializes a new instance of the MetricsPostBodySchemaParameters class.
public MetricsPostBodySchemaParameters ();
Public Sub New ()
Applies to
MetricsPostBodySchemaParameters(String, Nullable<TimeSpan>, IList<String>, Nullable<TimeSpan>, IList<String>, Nullable<Int32>, String, String)
Initializes a new instance of the MetricsPostBodySchemaParameters class.
public MetricsPostBodySchemaParameters (string metricId, TimeSpan? 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.Models.MetricsPostBodySchemaParameters : string * Nullable<TimeSpan> * System.Collections.Generic.IList<string> * Nullable<TimeSpan> * System.Collections.Generic.IList<string> * Nullable<int> * string * string -> Microsoft.Azure.ApplicationInsights.Models.MetricsPostBodySchemaParameters
Public Sub New (metricId As String, Optional timespan As Nullable(Of TimeSpan) = 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'
- orderby
- String
- filter
- String
Applies to
Azure SDK for .NET