DatabaseEdition Class

Definition

Defines values for DatabaseEdition.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseEdition>))]
public class DatabaseEdition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseEdition>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseEdition>))>]
type DatabaseEdition = class
    inherit ExpandableStringEnum<DatabaseEdition>
Public Class DatabaseEdition
Inherits ExpandableStringEnum(Of DatabaseEdition)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

DatabaseEdition()

Fields

Basic
Business
BusinessCritical
DataWarehouse
Free
GeneralPurpose
Hyperscale
Premium
PremiumRS
Standard
Stretch
System
System2
Web

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to