Share via


DatabaseWatcherUpdateProperties Class

Definition

The updatable properties of the Watcher.

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

Constructors

DatabaseWatcherUpdateProperties()

Initializes a new instance of DatabaseWatcherUpdateProperties.

Properties

Datastore

The data store for collected monitoring data.

DefaultAlertRuleIdentityResourceId

The resource ID of a user-assigned managed identity that will be assigned to a new alert rule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatabaseWatcherUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatabaseWatcherUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseWatcherUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseWatcherUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatabaseWatcherUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to