Share via


JobAgentVersionCapability Class

Definition

The job agent version capability.

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

Properties

Name

The job agent version name.

Reason

The reason for the capability not being available.

Status

The status of the capability.

SupportedEditions

The list of supported editions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JobAgentVersionCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JobAgentVersionCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JobAgentVersionCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JobAgentVersionCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JobAgentVersionCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to