ArmPostgreSqlFlexibleServersModelFactory.RecommendationImpactRecord 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 RecommendationImpactRecord.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.RecommendationImpactRecord RecommendationImpactRecord(string dimensionName = default, string unit = default, long? queryId = default, double? absoluteValue = default);
static member RecommendationImpactRecord : string * string * Nullable<int64> * Nullable<double> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.RecommendationImpactRecord
Public Shared Function RecommendationImpactRecord (Optional dimensionName As String = Nothing, Optional unit As String = Nothing, Optional queryId As Nullable(Of Long) = Nothing, Optional absoluteValue As Nullable(Of Double) = Nothing) As RecommendationImpactRecord
Parameters
- dimensionName
- String
Dimension name.
- unit
- String
Dimension unit.
Optional property that can be used to store the identifier of the query, if the metric is for a specific query.
Returns
A new RecommendationImpactRecord instance for mocking.