Table of Contents

Enum AzureSqlDatabaseCapacityUnit

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the capacity unit type for a SQL database.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlDatabaseCapacityUnit

Fields

Dtu = 1

The capacity unit is DTUs.

Unknown = 0

The capacity unit is unknown.

VCores = 2

The capacity unit is vCores.