ArmPostgreSqlFlexibleServersModelFactory.ObjectRecommendationAnalyzedWorkload 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.
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.
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.