Share via


AdlsGen1ScanRulesetProperties Class

Definition

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

Constructors

AdlsGen1ScanRulesetProperties()

Creates an new AdlsGen1ScanRulesetProperties instance.

Properties

CreatedAt
Description
ExcludedSystemClassification
IncludedCustomClassificationRuleName
LastModifiedAt
ScanningRule
ScanningRuleCustomFileExtension
ScanningRuleFileExtension

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdlsGen1ScanRulesetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdlsGen1ScanRulesetProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdlsGen1ScanRulesetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to