EditionCapability Class

Definition

The edition capability.

public class EditionCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.EditionCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.EditionCapability>
type EditionCapability = class
    interface IJsonModel<EditionCapability>
    interface IPersistableModel<EditionCapability>
Public Class EditionCapability
Implements IJsonModel(Of EditionCapability), IPersistableModel(Of EditionCapability)
Inheritance
EditionCapability
Implements

Properties

IsZoneRedundant

Whether or not zone redundancy is supported for the edition.

Name

The database edition name.

ReadScale

The read scale capability for the edition.

Reason

The reason for the capability not being available.

Status

The status of the capability.

SupportedServiceLevelObjectives

The list of supported service objectives for the edition.

SupportedStorageCapabilities

The list of supported storage capabilities for this edition.

Explicit Interface Implementations

IJsonModel<EditionCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EditionCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EditionCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EditionCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EditionCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to