CustomMonitoringSignal コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
[必須]計算するメトリックとそれに関連付けられているしきい値の一覧。
例外
componentId
、metricThresholds
、または workspaceConnection
が null です。