MetricsAdvisorModelFactory.MetricCommentFeedback 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 MetricCommentFeedback for mocking purposes.
public static Azure.AI.MetricsAdvisor.MetricCommentFeedback MetricCommentFeedback (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, string comment = default);
static member MetricCommentFeedback : string * Nullable<DateTimeOffset> * string * string * Azure.AI.MetricsAdvisor.Models.DimensionKey * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.AI.MetricsAdvisor.MetricCommentFeedback
Public Shared Function MetricCommentFeedback (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 Nullable(Of DateTimeOffset) = Nothing, Optional endsOn As Nullable(Of DateTimeOffset) = Nothing, Optional comment As String = Nothing) As MetricCommentFeedback
Parameters
- createdOn
- Nullable<DateTimeOffset>
Sets the CreatedOn property.
- userPrincipal
- String
Sets the UserPrincipal property.
- dimensionKey
- DimensionKey
Sets the DimensionKey property.
- startsOn
- Nullable<DateTimeOffset>
Sets the StartsOn property.
- endsOn
- Nullable<DateTimeOffset>
Sets the EndsOn property.
Returns
A new instance of MetricCommentFeedback for mocking purposes.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET