ArmPostgreSqlFlexibleServersModelFactory.ObjectRecommendationAnalyzedWorkload Method

Definition

public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ObjectRecommendationAnalyzedWorkload ObjectRecommendationAnalyzedWorkload(DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, int? queryCount = default);
static member ObjectRecommendationAnalyzedWorkload : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ObjectRecommendationAnalyzedWorkload
Public Shared Function ObjectRecommendationAnalyzedWorkload (Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional queryCount As Nullable(Of Integer) = Nothing) As ObjectRecommendationAnalyzedWorkload

Parameters

startOn
Nullable<DateTimeOffset>

Start time (UTC) of the workload analyzed.

endOn
Nullable<DateTimeOffset>

End time (UTC) of the workload analyzed.

queryCount
Nullable<Int32>

Number of queries from the workload that were examined to produce this recommendation. For DROP INDEX recommendations it's 0 (zero).

Returns

A new ObjectRecommendationAnalyzedWorkload instance for mocking.

Applies to