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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET