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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET