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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET