Condividi tramite


NetworkSecurityPerimeterConfigurationListTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of NetworkSecurityPerimeterConfigurationList

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

Constructors

NetworkSecurityPerimeterConfigurationListTypeConverter()

Methods

CanConvertFrom(Object)

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

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