ArmSqlModelFactory.ElasticPoolPerDatabaseMaxPerformanceLevelCapability Method
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.
Initializes a new instance of ElasticPoolPerDatabaseMaxPerformanceLevelCapability.
public static Azure.ResourceManager.Sql.Models.ElasticPoolPerDatabaseMaxPerformanceLevelCapability ElasticPoolPerDatabaseMaxPerformanceLevelCapability (double? limit = default, Azure.ResourceManager.Sql.Models.PerformanceLevelUnit? unit = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.ElasticPoolPerDatabaseMinPerformanceLevelCapability> supportedPerDatabaseMinPerformanceLevels = default, Azure.ResourceManager.Sql.Models.SqlCapabilityStatus? status = default, string reason = default);
static member ElasticPoolPerDatabaseMaxPerformanceLevelCapability : Nullable<double> * Nullable<Azure.ResourceManager.Sql.Models.PerformanceLevelUnit> * seq<Azure.ResourceManager.Sql.Models.ElasticPoolPerDatabaseMinPerformanceLevelCapability> * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityStatus> * string -> Azure.ResourceManager.Sql.Models.ElasticPoolPerDatabaseMaxPerformanceLevelCapability
Public Shared Function ElasticPoolPerDatabaseMaxPerformanceLevelCapability (Optional limit As Nullable(Of Double) = Nothing, Optional unit As Nullable(Of PerformanceLevelUnit) = Nothing, Optional supportedPerDatabaseMinPerformanceLevels As IEnumerable(Of ElasticPoolPerDatabaseMinPerformanceLevelCapability) = Nothing, Optional status As Nullable(Of SqlCapabilityStatus) = Nothing, Optional reason As String = Nothing) As ElasticPoolPerDatabaseMaxPerformanceLevelCapability
Parameters
- unit
- Nullable<PerformanceLevelUnit>
Unit type used to measure performance level.
- supportedPerDatabaseMinPerformanceLevels
- IEnumerable<ElasticPoolPerDatabaseMinPerformanceLevelCapability>
The list of supported min database performance levels.
- status
- Nullable<SqlCapabilityStatus>
The status of the capability.
- reason
- String
The reason for the capability not being available.
Returns
A new ElasticPoolPerDatabaseMaxPerformanceLevelCapability instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.