Partager via


DomainTypeTypeConverter Class

Definition

Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything.

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

Constructors

DomainTypeTypeConverter()

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