ElasticPoolPerDatabaseSettings Class
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.
Per database settings of an elastic pool.
public class ElasticPoolPerDatabaseSettings
type ElasticPoolPerDatabaseSettings = class
Public Class ElasticPoolPerDatabaseSettings
- Inheritance
-
ElasticPoolPerDatabaseSettings
Constructors
ElasticPoolPerDatabaseSettings() |
Initializes a new instance of the ElasticPoolPerDatabaseSettings class. |
ElasticPoolPerDatabaseSettings(Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the ElasticPoolPerDatabaseSettings class. |
Properties
MaxCapacity |
Gets or sets the maximum capacity any one database can consume. |
MinCapacity |
Gets or sets the minimum capacity all databases are guaranteed. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET