Share via


RegexClassificationRulePattern Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.RegexClassificationRulePatternTypeConverter))]
public class RegexClassificationRulePattern : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IRegexClassificationRulePattern, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.RegexClassificationRulePatternTypeConverter))>]
type RegexClassificationRulePattern = class
    interface IRegexClassificationRulePattern
    interface IJsonSerializable
    interface IClassificationRulePattern
    interface IValidates
Public Class RegexClassificationRulePattern
Implements IRegexClassificationRulePattern, IValidates
Inheritance
RegexClassificationRulePattern
Attributes
Implements

Constructors

RegexClassificationRulePattern()

Creates an new RegexClassificationRulePattern instance.

Properties

Kind
Pattern

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegexClassificationRulePattern.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegexClassificationRulePattern.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegexClassificationRulePattern into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to