AzureSqlElasticPoolModel.DatabaseCapacityMin Property

Definition

Gets or sets the Minimum capacity of database in the elastic pool For Dtu pool, it is the min Database Dtu of the pool; for Vcore pool, it is the min vcore capacity of the pool

public double? DatabaseCapacityMin { get; set; }
member this.DatabaseCapacityMin : Nullable<double> with get, set
Public Property DatabaseCapacityMin As Nullable(Of Double)

Property Value

Applies to