Freigeben über


ScanningRule Class

Definition

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

Constructors

Name Description
ScanningRule()

Creates an new ScanningRule instance.

Properties

Name Description
CustomFileExtension
FileExtension

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScanningRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScanningRule.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScanningRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to