ManagedInstanceVersionCapability Class

Definition

The managed instance capability.

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

Properties

Name

The server version name.

Reason

The reason for the capability not being available.

Status

The status of the capability.

SupportedEditions

The list of supported managed instance editions.

SupportedInstancePoolEditions

The list of supported instance pool editions.

Explicit Interface Implementations

IJsonModel<ManagedInstanceVersionCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedInstanceVersionCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedInstanceVersionCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedInstanceVersionCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedInstanceVersionCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to