ElasticPoolPerformanceLevelCapability 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.
The Elastic Pool performance level capability.
public class ElasticPoolPerformanceLevelCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.ElasticPoolPerformanceLevelCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.ElasticPoolPerformanceLevelCapability>
type ElasticPoolPerformanceLevelCapability = class
interface IJsonModel<ElasticPoolPerformanceLevelCapability>
interface IPersistableModel<ElasticPoolPerformanceLevelCapability>
Public Class ElasticPoolPerformanceLevelCapability
Implements IJsonModel(Of ElasticPoolPerformanceLevelCapability), IPersistableModel(Of ElasticPoolPerformanceLevelCapability)
- Inheritance
-
ElasticPoolPerformanceLevelCapability
- Implements
Properties
IncludedMaxSize |
The included (free) max size for this performance level. |
IsZoneRedundant |
Whether or not zone redundancy is supported for the performance level. |
MaxDatabaseCount |
The maximum number of databases supported. |
PerformanceLevel |
The performance level for the pool. |
Reason |
The reason for the capability not being available. |
Sku |
The sku. |
Status |
The status of the capability. |
SupportedLicenseTypes |
List of supported license types. |
SupportedMaintenanceConfigurations |
List of supported maintenance configurations. |
SupportedMaxSizes |
The list of supported max sizes. |
SupportedPerDatabaseMaxPerformanceLevels |
The list of supported per database max performance levels. |
SupportedPerDatabaseMaxSizes |
The list of supported per database max sizes. |
Explicit Interface Implementations
IJsonModel<ElasticPoolPerformanceLevelCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ElasticPoolPerformanceLevelCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ElasticPoolPerformanceLevelCapability>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ElasticPoolPerformanceLevelCapability>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ElasticPoolPerformanceLevelCapability>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET