OperationImpact Constructors
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.
Overloads
OperationImpact() |
Initializes a new instance of the OperationImpact class. |
OperationImpact(String, String, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the OperationImpact class. |
OperationImpact()
Initializes a new instance of the OperationImpact class.
public OperationImpact ();
Public Sub New ()
Applies to
OperationImpact(String, String, Nullable<Double>, Nullable<Double>)
Initializes a new instance of the OperationImpact class.
public OperationImpact (string name = default, string unit = default, double? changeValueAbsolute = default, double? changeValueRelative = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.OperationImpact : string * string * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.Sql.Fluent.Models.OperationImpact
Public Sub New (Optional name As String = Nothing, Optional unit As String = Nothing, Optional changeValueAbsolute As Nullable(Of Double) = Nothing, Optional changeValueRelative As Nullable(Of Double) = Nothing)
Parameters
- name
- String
The name of the impact dimension.
- unit
- String
The unit in which estimated impact to dimension is measured.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET