다음을 통해 공유


CustomMonitoringSignal Constructor

Definition

Initializes a new instance of 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)

Parameters

componentId
String

[Required] ARM resource ID of the component resource used to calculate the custom metrics.

metricThresholds
IEnumerable<CustomMetricThreshold>

[Required] A list of metrics to calculate and their associated thresholds.

workspaceConnection
MonitoringWorkspaceConnection

[Required] A list of metrics to calculate and their associated thresholds.

Exceptions

componentId, metricThresholds or workspaceConnection is null.

Applies to