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.Models.OperationImpact : string * string * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.Sql.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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.