Dela via


ScrubbingRuleEntryMatchVariableTypeConverter Class

Definition

The variable to be scrubbed from the logs.

public class ScrubbingRuleEntryMatchVariableTypeConverter : System.Management.Automation.PSTypeConverter
type ScrubbingRuleEntryMatchVariableTypeConverter = class
    inherit PSTypeConverter
Public Class ScrubbingRuleEntryMatchVariableTypeConverter
Inherits PSTypeConverter
Inheritance
ScrubbingRuleEntryMatchVariableTypeConverter

Constructors

ScrubbingRuleEntryMatchVariableTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to