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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET