Share via


MonitoringStatusTypeConverter Class

Definition

Flag specifying if the resource monitoring is enabled or disabled.

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

Constructors

MonitoringStatusTypeConverter()

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