AzureDataExplorerDataConnectionProperties Class

Definition

The AzureDataExplorerDataConnectionProperties.

public class AzureDataExplorerDataConnectionProperties : Azure.Analytics.Defender.Easm.DataConnectionProperties, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.AzureDataExplorerDataConnectionProperties>
type AzureDataExplorerDataConnectionProperties = class
    inherit DataConnectionProperties
    interface IJsonModel<AzureDataExplorerDataConnectionProperties>
    interface IPersistableModel<AzureDataExplorerDataConnectionProperties>
Public Class AzureDataExplorerDataConnectionProperties
Inherits DataConnectionProperties
Implements IJsonModel(Of AzureDataExplorerDataConnectionProperties), IPersistableModel(Of AzureDataExplorerDataConnectionProperties)
Inheritance
AzureDataExplorerDataConnectionProperties
Implements

Constructors

AzureDataExplorerDataConnectionProperties()

Initializes a new instance of AzureDataExplorerDataConnectionProperties.

Properties

ClusterName

The azure data explorer cluster name.

DatabaseName

The azure data explorer database name.

Region

The azure data explorer region.

Explicit Interface Implementations

IJsonModel<AzureDataExplorerDataConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureDataExplorerDataConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataConnectionProperties)
IJsonModel<DataConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataConnectionProperties)
IPersistableModel<AzureDataExplorerDataConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureDataExplorerDataConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureDataExplorerDataConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataConnectionProperties)
IPersistableModel<DataConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataConnectionProperties)
IPersistableModel<DataConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataConnectionProperties)

Applies to