ElasticPoolPerDatabaseMaxPerformanceLevelCapability 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 max per-database performance level capability.
public class ElasticPoolPerDatabaseMaxPerformanceLevelCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.ElasticPoolPerDatabaseMaxPerformanceLevelCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.ElasticPoolPerDatabaseMaxPerformanceLevelCapability>
type ElasticPoolPerDatabaseMaxPerformanceLevelCapability = class
interface IJsonModel<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>
interface IPersistableModel<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>
Public Class ElasticPoolPerDatabaseMaxPerformanceLevelCapability
Implements IJsonModel(Of ElasticPoolPerDatabaseMaxPerformanceLevelCapability), IPersistableModel(Of ElasticPoolPerDatabaseMaxPerformanceLevelCapability)
- Inheritance
-
ElasticPoolPerDatabaseMaxPerformanceLevelCapability
- Implements
Properties
Limit |
The maximum performance level per database. |
Reason |
The reason for the capability not being available. |
Status |
The status of the capability. |
SupportedPerDatabaseMinPerformanceLevels |
The list of supported min database performance levels. |
Unit |
Unit type used to measure performance level. |
Explicit Interface Implementations
IJsonModel<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ElasticPoolPerDatabaseMaxPerformanceLevelCapability>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET