SqlLocationCapabilities Class

Definition

The location capability.

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

Properties

Name

The location name.

Reason

The reason for the capability not being available.

Status

The status of the capability.

SupportedManagedInstanceVersions

The list of supported managed instance versions.

SupportedServerVersions

The list of supported server versions.

Explicit Interface Implementations

IJsonModel<SqlLocationCapabilities>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlLocationCapabilities>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlLocationCapabilities>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlLocationCapabilities>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlLocationCapabilities>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to