Freigeben über


RackSkuTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of RackSku

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

Constructors

RackSkuTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the RackSku 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 RackSku

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