Share via


HybridIdentityMetadataTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of HybridIdentityMetadata

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

Constructors

HybridIdentityMetadataTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the HybridIdentityMetadata type.

CanConvertFrom(Object, Type)

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

CanConvertTo(Object, Type)

Determines if the sourceValue parameter can be converted to the destinationType parameter

ConvertFrom(Object)

Converts the sourceValue parameter into an instance of HybridIdentityMetadata

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