Share via


OperationalStateTypeConverter Class

Definition

The operational state of the role instance.

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

Constructors

OperationalStateTypeConverter()

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