Compartilhar via


NginxPublicIPAddressTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of NginxPublicIPAddress

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

Constructors

NginxPublicIPAddressTypeConverter()

Methods

CanConvertFrom(Object)

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

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