EditionCapability Constructors

Definition

Overloads

EditionCapability()

Initializes a new instance of the EditionCapability class.

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

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, IList<ServiceObjectiveCapability>, Nullable<Boolean>, ReadScaleCapability, IList<StorageCapability>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the EditionCapability class.

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

Parameters

name
String

The database edition name.

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.

readScale
ReadScaleCapability

The read scale capability for the edition.

supportedStorageCapabilities
IList<StorageCapability>

The list of supported storage capabilities for this 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