ElasticPoolPerformanceLevelCapability Constructors

Definition

Overloads

ElasticPoolPerformanceLevelCapability()

Initializes a new instance of the ElasticPoolPerformanceLevelCapability class.

ElasticPoolPerformanceLevelCapability(PerformanceLevelCapability, Sku, IList<LicenseTypeCapability>, Nullable<Int32>, MaxSizeCapability, IList<MaxSizeRangeCapability>, IList<MaxSizeRangeCapability>, IList<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>, Nullable<Boolean>, IList<MaintenanceConfigurationCapability>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the ElasticPoolPerformanceLevelCapability class.

ElasticPoolPerformanceLevelCapability()

Initializes a new instance of the ElasticPoolPerformanceLevelCapability class.

public ElasticPoolPerformanceLevelCapability ();
Public Sub New ()

Applies to

ElasticPoolPerformanceLevelCapability(PerformanceLevelCapability, Sku, IList<LicenseTypeCapability>, Nullable<Int32>, MaxSizeCapability, IList<MaxSizeRangeCapability>, IList<MaxSizeRangeCapability>, IList<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>, Nullable<Boolean>, IList<MaintenanceConfigurationCapability>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the ElasticPoolPerformanceLevelCapability class.

public ElasticPoolPerformanceLevelCapability (Microsoft.Azure.Management.Sql.Models.PerformanceLevelCapability performanceLevel = default, Microsoft.Azure.Management.Sql.Models.Sku sku = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.LicenseTypeCapability> supportedLicenseTypes = default, int? maxDatabaseCount = default, Microsoft.Azure.Management.Sql.Models.MaxSizeCapability includedMaxSize = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaxSizeRangeCapability> supportedMaxSizes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaxSizeRangeCapability> supportedPerDatabaseMaxSizes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ElasticPoolPerDatabaseMaxPerformanceLevelCapability> supportedPerDatabaseMaxPerformanceLevels = default, bool? zoneRedundant = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaintenanceConfigurationCapability> supportedMaintenanceConfigurations = default, Microsoft.Azure.Management.Sql.Models.CapabilityStatus? status = default, string reason = default);
new Microsoft.Azure.Management.Sql.Models.ElasticPoolPerformanceLevelCapability : Microsoft.Azure.Management.Sql.Models.PerformanceLevelCapability * Microsoft.Azure.Management.Sql.Models.Sku * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.LicenseTypeCapability> * Nullable<int> * Microsoft.Azure.Management.Sql.Models.MaxSizeCapability * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaxSizeRangeCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaxSizeRangeCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ElasticPoolPerDatabaseMaxPerformanceLevelCapability> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaintenanceConfigurationCapability> * Nullable<Microsoft.Azure.Management.Sql.Models.CapabilityStatus> * string -> Microsoft.Azure.Management.Sql.Models.ElasticPoolPerformanceLevelCapability
Public Sub New (Optional performanceLevel As PerformanceLevelCapability = Nothing, Optional sku As Sku = Nothing, Optional supportedLicenseTypes As IList(Of LicenseTypeCapability) = Nothing, Optional maxDatabaseCount As Nullable(Of Integer) = Nothing, Optional includedMaxSize As MaxSizeCapability = Nothing, Optional supportedMaxSizes As IList(Of MaxSizeRangeCapability) = Nothing, Optional supportedPerDatabaseMaxSizes As IList(Of MaxSizeRangeCapability) = Nothing, Optional supportedPerDatabaseMaxPerformanceLevels As IList(Of ElasticPoolPerDatabaseMaxPerformanceLevelCapability) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional supportedMaintenanceConfigurations As IList(Of MaintenanceConfigurationCapability) = Nothing, Optional status As Nullable(Of CapabilityStatus) = Nothing, Optional reason As String = Nothing)

Parameters

performanceLevel
PerformanceLevelCapability

The performance level for the pool.

sku
Sku

The sku.

supportedLicenseTypes
IList<LicenseTypeCapability>

List of supported license types.

maxDatabaseCount
Nullable<Int32>

The maximum number of databases supported.

includedMaxSize
MaxSizeCapability

The included (free) max size for this performance level.

supportedMaxSizes
IList<MaxSizeRangeCapability>

The list of supported max sizes.

supportedPerDatabaseMaxSizes
IList<MaxSizeRangeCapability>

The list of supported per database max sizes.

supportedPerDatabaseMaxPerformanceLevels
IList<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>

The list of supported per database max performance levels.

zoneRedundant
Nullable<Boolean>

Whether or not zone redundancy is supported for the performance level.

supportedMaintenanceConfigurations
IList<MaintenanceConfigurationCapability>

List of supported maintenance configurations

status
Nullable<CapabilityStatus>

The status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'

reason
String

The reason for the capability not being available.

Applies to