McasDataConnectorDataTypes Class

Definition

The available data types for MCAS (Microsoft Cloud App Security) data connector.

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

Constructors

McasDataConnectorDataTypes()

Initializes a new instance of McasDataConnectorDataTypes for deserialization.

McasDataConnectorDataTypes(DataConnectorDataTypeCommon)

Initializes a new instance of McasDataConnectorDataTypes.

Properties

AlertsState

Describe whether this data type connection is enabled or not.

(Inherited from SecurityInsightsAlertsDataTypeOfDataConnector)
DiscoveryLogsState

Describe whether this data type connection is enabled or not.

Explicit Interface Implementations

IJsonModel<McasDataConnectorDataTypes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<McasDataConnectorDataTypes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityInsightsAlertsDataTypeOfDataConnector>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityInsightsAlertsDataTypeOfDataConnector)
IPersistableModel<McasDataConnectorDataTypes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<McasDataConnectorDataTypes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<McasDataConnectorDataTypes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityInsightsAlertsDataTypeOfDataConnector>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SecurityInsightsAlertsDataTypeOfDataConnector)

Applies to