LogAnalyticsDataConnectionProperties Class

Definition

The LogAnalyticsDataConnectionProperties.

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

Constructors

LogAnalyticsDataConnectionProperties()

Initializes a new instance of LogAnalyticsDataConnectionProperties.

Properties

ApiKey

log analytics api key.

WorkspaceId

log analytics workspace id.

Explicit Interface Implementations

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)
IJsonModel<LogAnalyticsDataConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogAnalyticsDataConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<LogAnalyticsDataConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogAnalyticsDataConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogAnalyticsDataConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to