ElasticPoolEditionCapability 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 edition capability.
public class ElasticPoolEditionCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.ElasticPoolEditionCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.ElasticPoolEditionCapability>
type ElasticPoolEditionCapability = class
interface IJsonModel<ElasticPoolEditionCapability>
interface IPersistableModel<ElasticPoolEditionCapability>
Public Class ElasticPoolEditionCapability
Implements IJsonModel(Of ElasticPoolEditionCapability), IPersistableModel(Of ElasticPoolEditionCapability)
- Inheritance
-
ElasticPoolEditionCapability
- Implements
Properties
IsZoneRedundant |
Whether or not zone redundancy is supported for the edition. |
Name |
The elastic pool edition name. |
Reason |
The reason for the capability not being available. |
Status |
The status of the capability. |
SupportedElasticPoolPerformanceLevels |
The list of supported elastic pool DTU levels for the edition. |
Explicit Interface Implementations
IJsonModel<ElasticPoolEditionCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ElasticPoolEditionCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ElasticPoolEditionCapability>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ElasticPoolEditionCapability>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ElasticPoolEditionCapability>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET