Share via


AlertsDataTypeOfDataConnector Class

Definition

Alerts data type for data connectors.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertsDataTypeOfDataConnectorTypeConverter))]
public class AlertsDataTypeOfDataConnector : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertsDataTypeOfDataConnector
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertsDataTypeOfDataConnectorTypeConverter))>]
type AlertsDataTypeOfDataConnector = class
    interface IAlertsDataTypeOfDataConnector
    interface IJsonSerializable
Public Class AlertsDataTypeOfDataConnector
Implements IAlertsDataTypeOfDataConnector
Inheritance
AlertsDataTypeOfDataConnector
Attributes
Implements

Constructors

AlertsDataTypeOfDataConnector()

Creates an new AlertsDataTypeOfDataConnector instance.

Properties

AlertState

Describe whether this data type connection is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AlertsDataTypeOfDataConnector.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AlertsDataTypeOfDataConnector.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertsDataTypeOfDataConnector.

FromJsonString(String)

Creates a new instance of AlertsDataTypeOfDataConnector, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AlertsDataTypeOfDataConnector into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to