Share via


JobAgentEditionCapability Class

Definition

The job agent edition capability.

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

Properties

Name

The job agent edition name.

Reason

The reason for the capability not being available.

Status

The status of the capability.

SupportedServiceLevelObjectives

The list of supported service level objectives for the edition.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JobAgentEditionCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JobAgentEditionCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JobAgentEditionCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JobAgentEditionCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JobAgentEditionCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to