Freigeben über


ScanRulesetProperties Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ScanRulesetPropertiesTypeConverter))]
public class ScanRulesetProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IScanRulesetProperties
[<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ScanRulesetPropertiesTypeConverter))>]
type ScanRulesetProperties = class
    interface IScanRulesetProperties
    interface IJsonSerializable
Public Class ScanRulesetProperties
Implements IScanRulesetProperties
Inheritance
ScanRulesetProperties
Attributes
Implements

Constructors

Name Description
ScanRulesetProperties()

Creates an new ScanRulesetProperties instance.

Properties

Name Description
CreatedAt
Description
ExcludedSystemClassification
IncludedCustomClassificationRuleName
LastModifiedAt

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScanRulesetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScanRulesetProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScanRulesetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to