Share via


MstiCheckRequirementsProperties Class

Definition

Microsoft Threat Intelligence requirements check properties.

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

Constructors

MstiCheckRequirementsProperties()

Creates an new MstiCheckRequirementsProperties instance.

Properties

TenantId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MstiCheckRequirementsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MstiCheckRequirementsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MstiCheckRequirementsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to