SqlServerJobAgentPatch Class

Definition

An update to an Azure SQL job agent.

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

Constructors

SqlServerJobAgentPatch()

Initializes a new instance of SqlServerJobAgentPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<SqlServerJobAgentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlServerJobAgentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerJobAgentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerJobAgentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlServerJobAgentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to