ManagedInstanceEditionCapability Class

Definition

The managed server capability.

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

Properties

IsZoneRedundant

Whether or not zone redundancy is supported for the edition.

Name

The managed server version name.

Reason

The reason for the capability not being available.

Status

The status of the capability.

SupportedFamilies

The supported families.

SupportedStorageCapabilities

The list of supported storage capabilities for this edition.

Explicit Interface Implementations

IJsonModel<ManagedInstanceEditionCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedInstanceEditionCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedInstanceEditionCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedInstanceEditionCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedInstanceEditionCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to