ServerVersionCapability Constructors

Definition

Overloads

ServerVersionCapability()

Initializes a new instance of the ServerVersionCapability class.

ServerVersionCapability(String, IList<EditionCapability>, IList<ElasticPoolEditionCapability>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the ServerVersionCapability class.

ServerVersionCapability()

Initializes a new instance of the ServerVersionCapability class.

public ServerVersionCapability ();
Public Sub New ()

Applies to

ServerVersionCapability(String, IList<EditionCapability>, IList<ElasticPoolEditionCapability>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the ServerVersionCapability class.

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

Parameters

name
String

The server version name.

supportedEditions
IList<EditionCapability>

The list of supported database editions.

supportedElasticPoolEditions
IList<ElasticPoolEditionCapability>

The list of supported elastic pool editions.

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