MetricsAdvisorModelFactory.MetricChangePointFeedback Method

Definition

Initializes a new instance of MetricChangePointFeedback for mocking purposes.

public static Azure.AI.MetricsAdvisor.MetricChangePointFeedback MetricChangePointFeedback (string id = default, DateTimeOffset? createdOn = default, string userPrincipal = default, string metricId = default, Azure.AI.MetricsAdvisor.Models.DimensionKey dimensionKey = default, DateTimeOffset startsOn = default, DateTimeOffset endsOn = default, Azure.AI.MetricsAdvisor.Models.ChangePointValue changePointValue = default);
static member MetricChangePointFeedback : string * Nullable<DateTimeOffset> * string * string * Azure.AI.MetricsAdvisor.Models.DimensionKey * DateTimeOffset * DateTimeOffset * Azure.AI.MetricsAdvisor.Models.ChangePointValue -> Azure.AI.MetricsAdvisor.MetricChangePointFeedback
Public Shared Function MetricChangePointFeedback (Optional id As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional userPrincipal As String = Nothing, Optional metricId As String = Nothing, Optional dimensionKey As DimensionKey = Nothing, Optional startsOn As DateTimeOffset = Nothing, Optional endsOn As DateTimeOffset = Nothing, Optional changePointValue As ChangePointValue = Nothing) As MetricChangePointFeedback

Parameters

id
String

Sets the Id property.

createdOn
Nullable<DateTimeOffset>

Sets the CreatedOn property.

userPrincipal
String

Sets the UserPrincipal property.

metricId
String

Sets the MetricId property.

dimensionKey
DimensionKey

Sets the DimensionKey property.

startsOn
DateTimeOffset

Sets the StartsOn property.

endsOn
DateTimeOffset

Sets the EndsOn property.

changePointValue
ChangePointValue

Sets the ChangePointValue property.

Returns

A new instance of MetricChangePointFeedback for mocking purposes.

Applies to