Share via


ArmSqlModelFactory.RecommendedActionImpactRecord Method

Definition

Initializes a new instance of RecommendedActionImpactRecord.

public static Azure.ResourceManager.Sql.Models.RecommendedActionImpactRecord RecommendedActionImpactRecord (string dimensionName = default, string unit = default, double? absoluteValue = default, double? changeValueAbsolute = default, double? changeValueRelative = default);
static member RecommendedActionImpactRecord : string * string * Nullable<double> * Nullable<double> * Nullable<double> -> Azure.ResourceManager.Sql.Models.RecommendedActionImpactRecord
Public Shared Function RecommendedActionImpactRecord (Optional dimensionName As String = Nothing, Optional unit As String = Nothing, Optional absoluteValue As Nullable(Of Double) = Nothing, Optional changeValueAbsolute As Nullable(Of Double) = Nothing, Optional changeValueRelative As Nullable(Of Double) = Nothing) As RecommendedActionImpactRecord

Parameters

dimensionName
String

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.

unit
String

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.

absoluteValue
Nullable<Double>

Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected.

changeValueAbsolute
Nullable<Double>

Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes.

changeValueRelative
Nullable<Double>

Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage.

Returns

A new RecommendedActionImpactRecord instance for mocking.

Applies to