Share via


MtpCheckRequirementsProperties Class

Definition

MTP (Microsoft Threat Protection) requirements check properties.

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

Constructors

MtpCheckRequirementsProperties()

Creates an new MtpCheckRequirementsProperties instance.

Properties

TenantId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MtpCheckRequirementsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MtpCheckRequirementsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MtpCheckRequirementsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to