Share via


DiagnosticLevelTypeConverter Class

Definition

Desired level of diagnostic data emitted by the cluster.

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

Constructors

DiagnosticLevelTypeConverter()

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