Udostępnij za pośrednictwem


ScanningRuleScanRulesetProperties Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ScanningRuleScanRulesetPropertiesTypeConverter))]
public class ScanningRuleScanRulesetProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanningRuleScanRulesetProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ScanningRuleScanRulesetPropertiesTypeConverter))>]
type ScanningRuleScanRulesetProperties = class
    interface IScanningRuleScanRulesetProperties
    interface IJsonSerializable
    interface IScanRulesetProperties
    interface IValidates
Public Class ScanningRuleScanRulesetProperties
Implements IScanningRuleScanRulesetProperties, IValidates
Inheritance
ScanningRuleScanRulesetProperties
Attributes
Implements

Constructors

ScanningRuleScanRulesetProperties()

Creates an new ScanningRuleScanRulesetProperties instance.

Properties

CreatedAt
Description
ExcludedSystemClassification
IncludedCustomClassificationRuleName
LastModifiedAt
ScanningRuleCustomFileExtension
ScanningRuleFileExtension

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScanningRuleScanRulesetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScanningRuleScanRulesetProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanningRuleScanRulesetProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScanningRuleScanRulesetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to