Share via


SecurityInsightsAlertsDataTypeOfDataConnector Class

Definition

Alerts data type for data connectors.

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

Constructors

SecurityInsightsAlertsDataTypeOfDataConnector()

Initializes a new instance of SecurityInsightsAlertsDataTypeOfDataConnector for deserialization.

SecurityInsightsAlertsDataTypeOfDataConnector(DataConnectorDataTypeCommon)

Initializes a new instance of SecurityInsightsAlertsDataTypeOfDataConnector.

Properties

AlertsState

Describe whether this data type connection is enabled or not.

Explicit Interface Implementations

IJsonModel<SecurityInsightsAlertsDataTypeOfDataConnector>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsAlertsDataTypeOfDataConnector>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsAlertsDataTypeOfDataConnector>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsAlertsDataTypeOfDataConnector>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsAlertsDataTypeOfDataConnector>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to