SqlServerVersionCapability Class

Definition

The server capability.

public class SqlServerVersionCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SqlServerVersionCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SqlServerVersionCapability>
type SqlServerVersionCapability = class
    interface IJsonModel<SqlServerVersionCapability>
    interface IPersistableModel<SqlServerVersionCapability>
Public Class SqlServerVersionCapability
Implements IJsonModel(Of SqlServerVersionCapability), IPersistableModel(Of SqlServerVersionCapability)
Inheritance
SqlServerVersionCapability
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 database editions.

SupportedElasticPoolEditions

The list of supported elastic pool editions.

Explicit Interface Implementations

IJsonModel<SqlServerVersionCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlServerVersionCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerVersionCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerVersionCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlServerVersionCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to