共用方式為


EditionCapability Constructors

Definition

Overloads

EditionCapability()

Initializes a new instance of the EditionCapability class.

EditionCapability(String, Nullable<CapabilityStatus>, IList<ServiceObjectiveCapability>, Nullable<Boolean>)

Initializes a new instance of the EditionCapability class.

EditionCapability()

Initializes a new instance of the EditionCapability class.

public EditionCapability ();
Public Sub New ()

Applies to

EditionCapability(String, Nullable<CapabilityStatus>, IList<ServiceObjectiveCapability>, Nullable<Boolean>)

Initializes a new instance of the EditionCapability class.

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

Parameters

name
String

The edition name.

status
Nullable<CapabilityStatus>

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

supportedServiceLevelObjectives
IList<ServiceObjectiveCapability>

The list of supported service objectives for the edition.

zoneRedundant
Nullable<Boolean>

Whether or not zone redundancy is supported for the edition.

Applies to