SapDiscoverySitePatch Class

Definition

The type used for updating tags in SAPDiscoverySite resources.

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

Constructors

SapDiscoverySitePatch()

Initializes a new instance of SapDiscoverySitePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<SapDiscoverySitePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapDiscoverySitePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapDiscoverySitePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapDiscoverySitePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapDiscoverySitePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to