次の方法で共有


MetricsPostBodySchemaParameters コンストラクター

定義

オーバーロード

MetricsPostBodySchemaParameters()

MetricsPostBodySchemaParameters クラスの新しいインスタンスを初期化します。

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

MetricsPostBodySchemaParameters クラスの新しいインスタンスを初期化します。

MetricsPostBodySchemaParameters()

MetricsPostBodySchemaParameters クラスの新しいインスタンスを初期化します。

public MetricsPostBodySchemaParameters();
Public Sub New ()

適用対象

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

MetricsPostBodySchemaParameters クラスの新しいインスタンスを初期化します。

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)

パラメーター

metricId
String

使用可能な値は、'requests/count'、'requests/duration'、'requests/failed'、'users/count'、'users/authenticated'、 'pageViews/count'、'pageViews/duration'、'client/processingDuration'、'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
Nullable<TimeSpan>
aggregation
IList<String>
interval
Nullable<TimeSpan>
segment
IList<String>
orderby
String
filter
String

適用対象