Поделиться через


DatabaseWatcherPatch Class

Definition

The type used for update operations of the Watcher.

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

Constructors

DatabaseWatcherPatch()

Initializes a new instance of DatabaseWatcherPatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatabaseWatcherPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatabaseWatcherPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseWatcherPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseWatcherPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatabaseWatcherPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to