Freigeben über


AzureSubscriptionSystemScanRulesetProperties Class

Definition

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

Constructors

Name Description
AzureSubscriptionSystemScanRulesetProperties()

Creates an new AzureSubscriptionSystemScanRulesetProperties instance.

Properties

Name Description
CreatedAt
Description
ExcludedSystemClassification
IncludedCustomClassificationRuleName
LastModifiedAt

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureSubscriptionSystemScanRulesetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureSubscriptionSystemScanRulesetProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureSubscriptionSystemScanRulesetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to