SapInstancePatch Class

Definition

The type used for updating tags in SAPInstance resources.

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

Constructors

SapInstancePatch()

Initializes a new instance of SapInstancePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<SapInstancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapInstancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapInstancePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapInstancePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapInstancePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to