CustomMonitoringSignal コンストラクター

定義

CustomMonitoringSignal の新しいインスタンスを初期化します。

public CustomMonitoringSignal (string componentId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.CustomMetricThreshold> metricThresholds, Azure.ResourceManager.MachineLearning.Models.MonitoringWorkspaceConnection workspaceConnection);
new Azure.ResourceManager.MachineLearning.Models.CustomMonitoringSignal : string * seq<Azure.ResourceManager.MachineLearning.Models.CustomMetricThreshold> * Azure.ResourceManager.MachineLearning.Models.MonitoringWorkspaceConnection -> Azure.ResourceManager.MachineLearning.Models.CustomMonitoringSignal
Public Sub New (componentId As String, metricThresholds As IEnumerable(Of CustomMetricThreshold), workspaceConnection As MonitoringWorkspaceConnection)

パラメーター

componentId
String

[必須]カスタム メトリックの計算に使用されるコンポーネント リソースの ARM リソース ID。

metricThresholds
IEnumerable<CustomMetricThreshold>

[必須]計算するメトリックとそれに関連付けられているしきい値の一覧。

workspaceConnection
MonitoringWorkspaceConnection

[必須]計算するメトリックとそれに関連付けられているしきい値の一覧。

例外

componentIdmetricThresholds、または workspaceConnection が null です。

適用対象