Share via


DatabaseWatcherDatastore Class

Definition

The properties of a data store.

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

Constructors

DatabaseWatcherDatastore(Uri, Uri, String, Uri, KustoOfferingType)

Initializes a new instance of DatabaseWatcherDatastore.

Properties

AdxClusterResourceId

The Azure resource ID of an Azure Data Explorer cluster.

KustoClusterDisplayName

The Kusto cluster display name.

KustoClusterUri

The Kusto cluster URI.

KustoDatabaseName

The name of a Kusto database.

KustoDataIngestionUri

The Kusto data ingestion URI.

KustoManagementUri

The Kusto management URL.

KustoOfferingType

The type of a Kusto offering.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatabaseWatcherDatastore>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatabaseWatcherDatastore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseWatcherDatastore>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseWatcherDatastore>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatabaseWatcherDatastore>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to