SingleSignOnStatusTypeConverter Class

Definition

SingleSignOn (SSO) enable or disable status. Indicates whether Dev Boxes in the Pool will have SSO enabled or disabled.

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

Constructors

SingleSignOnStatusTypeConverter()

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