次の方法で共有


MetricSeriesConfigurationForMeasurement(Boolean) コンストラクター

定義

新しい構成を実行します。

public MetricSeriesConfigurationForMeasurement (bool restrictToUInt32Values);
new Microsoft.ApplicationInsights.Metrics.MetricSeriesConfigurationForMeasurement : bool -> Microsoft.ApplicationInsights.Metrics.MetricSeriesConfigurationForMeasurement
Public Sub New (restrictToUInt32Values As Boolean)

パラメーター

restrictToUInt32Values
Boolean

整数のみを追跡する必要があるかどうか (一部の整数最適化バックエンドに使用)。

適用対象