PerformanceLevelCapability Constructors

Definition

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

value
Nullable<Double>

Performance level value.

unit
String

Unit type used to measure performance level. Possible values include: 'DTU', 'VCores'

Applies to