共用方式為


ServerVersionCapability Constructors

Definition

Overloads

ServerVersionCapability()

Initializes a new instance of the ServerVersionCapability class.

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

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, Nullable<CapabilityStatus>, IList<EditionCapability>, IList<ElasticPoolEditionCapability>)

Initializes a new instance of the ServerVersionCapability class.

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

Parameters

name
String

The server version name.

status
Nullable<CapabilityStatus>

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

supportedEditions
IList<EditionCapability>

The list of supported database editions.

supportedElasticPoolEditions
IList<ElasticPoolEditionCapability>

The list of supported elastic pool editions.

Applies to