Udostępnij za pośrednictwem


AzureFileServiceScanRulesetProperties Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzureFileServiceScanRulesetPropertiesTypeConverter))]
public class AzureFileServiceScanRulesetProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzureFileServiceScanRulesetProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.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

AzureFileServiceScanRulesetProperties()

Creates an new AzureFileServiceScanRulesetProperties instance.

Properties

CreatedAt
Description
ExcludedSystemClassification
IncludedCustomClassificationRuleName
LastModifiedAt
ScanningRule
ScanningRuleCustomFileExtension
ScanningRuleFileExtension

Methods

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.Api20211001Preview.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