Share via


MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed Class

Definition

Data type for Microsoft Threat Intelligence Platforms data connector.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MstiDataConnectorDataTypesMicrosoftEmergingThreatFeedTypeConverter))]
public class MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMstiDataConnectorDataTypesMicrosoftEmergingThreatFeed, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MstiDataConnectorDataTypesMicrosoftEmergingThreatFeedTypeConverter))>]
type MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed = class
    interface IMstiDataConnectorDataTypesMicrosoftEmergingThreatFeed
    interface IJsonSerializable
    interface IDataConnectorDataTypeCommon
    interface IValidates
Public Class MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed
Implements IMstiDataConnectorDataTypesMicrosoftEmergingThreatFeed, IValidates
Inheritance
MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed
Attributes
Implements

Constructors

MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed()

Creates an new MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed instance.

Properties

LookbackPeriod

lookback period

State

Describe whether this data type connection is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to