Freigeben über


AzureFileServiceScanRulesetProperties Class

Definition

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

Constructors

Name Description
AzureFileServiceScanRulesetProperties()

Creates an new AzureFileServiceScanRulesetProperties instance.

Properties

Name Description
CreatedAt
Description
ExcludedSystemClassification
IncludedCustomClassificationRuleName
LastModifiedAt
ScanningRuleCustomFileExtension
ScanningRuleFileExtension

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureFileServiceScanRulesetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureFileServiceScanRulesetProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureFileServiceScanRulesetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to