Share via


OutboundTypeTypeConverter Class

Definition

This can only be set at cluster creation time and cannot be changed later. For more information see egress outbound type.

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

Constructors

OutboundTypeTypeConverter()

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