ElasticPoolEditionCapability Constructors

Definition

Overloads

ElasticPoolEditionCapability()

Initializes a new instance of the ElasticPoolEditionCapability class.

ElasticPoolEditionCapability(String, IList<ElasticPoolPerformanceLevelCapability>, Nullable<Boolean>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the ElasticPoolEditionCapability class.

ElasticPoolEditionCapability()

Initializes a new instance of the ElasticPoolEditionCapability class.

public ElasticPoolEditionCapability ();
Public Sub New ()

Applies to

ElasticPoolEditionCapability(String, IList<ElasticPoolPerformanceLevelCapability>, Nullable<Boolean>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the ElasticPoolEditionCapability class.

public ElasticPoolEditionCapability (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ElasticPoolPerformanceLevelCapability> supportedElasticPoolPerformanceLevels = default, bool? zoneRedundant = default, Microsoft.Azure.Management.Sql.Models.CapabilityStatus? status = default, string reason = default);
new Microsoft.Azure.Management.Sql.Models.ElasticPoolEditionCapability : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ElasticPoolPerformanceLevelCapability> * Nullable<bool> * Nullable<Microsoft.Azure.Management.Sql.Models.CapabilityStatus> * string -> Microsoft.Azure.Management.Sql.Models.ElasticPoolEditionCapability
Public Sub New (Optional name As String = Nothing, Optional supportedElasticPoolPerformanceLevels As IList(Of ElasticPoolPerformanceLevelCapability) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional status As Nullable(Of CapabilityStatus) = Nothing, Optional reason As String = Nothing)

Parameters

name
String

The elastic pool edition name.

supportedElasticPoolPerformanceLevels
IList<ElasticPoolPerformanceLevelCapability>

The list of supported elastic pool DTU levels for the edition.

zoneRedundant
Nullable<Boolean>

Whether or not zone redundancy is supported for the edition.

status
Nullable<CapabilityStatus>

The status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'

reason
String

The reason for the capability not being available.

Applies to