MetricsAdvisorModelFactory.MetricChangePointFeedback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- createdOn
- Nullable<DateTimeOffset>
Sets the CreatedOn property.
- userPrincipal
- String
Sets the UserPrincipal 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET