你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TiDataConnectorProperties Class

Definition

TI (Threat Intelligence) data connector properties.

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

Constructors

TiDataConnectorProperties()

Creates an new TiDataConnectorProperties instance.

Properties

IndicatorState

Describe whether this data type connection is enabled or not.

TenantId

The tenant id to connect to, and get the data from.

TipLookbackPeriod

The lookback period for the feed to be imported.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TiDataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TiDataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TiDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to