Dela via


SqlMigrationServicePatch Class

Definition

An update to a SQL Migration Service.

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

Constructors

SqlMigrationServicePatch()

Initializes a new instance of SqlMigrationServicePatch.

Properties

Tags

Dictionary of <string>.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlMigrationServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlMigrationServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlMigrationServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlMigrationServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlMigrationServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to