Share via


DataFeedMetric(String) Constructor

Definition

Initializes a new instance of the DataFeedMetric class.

public DataFeedMetric (string name);
new Azure.AI.MetricsAdvisor.Models.DataFeedMetric : string -> Azure.AI.MetricsAdvisor.Models.DataFeedMetric
Public Sub New (name As String)

Parameters

name
String

The name of the metric as it appears in its corresponding DataFeedSource column.

Exceptions

name is null.

name is empty.

Applies to