ConnectorDataType Class

Definition

The data type which is created by the connector, including a query indicated when was the last time that data type was received in the workspace.

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

Constructors

ConnectorDataType(String, String)

Initializes a new instance of ConnectorDataType.

Properties

LastDataReceivedQuery

Gets or sets the query to indicate when relevant data was last received in the workspace.

Name

Gets or sets the name of the data type to show in the graph.

Explicit Interface Implementations

IJsonModel<ConnectorDataType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectorDataType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectorDataType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectorDataType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectorDataType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to