MetricFeedback Class

Definition

The MetricFeedback.

public abstract class MetricFeedback
type MetricFeedback = class
Public MustInherit Class MetricFeedback
Inheritance
MetricFeedback
Derived

Properties

CreatedOn

Date and time, in UTC, when the MetricFeedback was created.

DimensionKey

A key that identifies a set of time series to which the MetricFeedback applies. If all possible dimensions are set, this key uniquely identifies a single time series for the specified MetricId. If only a subset of dimensions are set, this key uniquely identifies a group of time series.

FeedbackKind

The feedback kind.

Id

The unique identifier of this MetricFeedback.

MetricId

The identifier of the metric to which the MetricFeedback applies.

UserPrincipal

The user who created the MetricFeedback. If MetricsAdvisorKeyCredential authentication was used when creating the feedback, this property contains the email address of the creator. If AAD authentication was used instead, the value of this property uniquely identifies the creator's user principal, but its value depends on the type of credential used. For instance, if a ClientSecretCredential is used, it will contain the client ID.

Applies to