EditionCapability Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
Azure SDK for .NET