PerformanceLevelCapability 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
PerformanceLevelCapability() |
Initializes a new instance of the PerformanceLevelCapability class. |
PerformanceLevelCapability(Nullable<Double>, String) |
Initializes a new instance of the PerformanceLevelCapability class. |
PerformanceLevelCapability()
Initializes a new instance of the PerformanceLevelCapability class.
public PerformanceLevelCapability ();
Public Sub New ()
Applies to
PerformanceLevelCapability(Nullable<Double>, String)
Initializes a new instance of the PerformanceLevelCapability class.
public PerformanceLevelCapability (double? value = default, string unit = default);
new Microsoft.Azure.Management.Sql.Models.PerformanceLevelCapability : Nullable<double> * string -> Microsoft.Azure.Management.Sql.Models.PerformanceLevelCapability
Public Sub New (Optional value As Nullable(Of Double) = Nothing, Optional unit As String = Nothing)
Parameters
- unit
- String
Unit type used to measure performance level. Possible values include: 'DTU', 'VCores'
Applies to
Azure SDK for .NET