MetricsPostBodySchemaParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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'
- orderby
- String
- filter
- String
適用対象
Azure SDK for .NET