InAvailabilityReasonTypeTypeConverter Class

Definition

Invalid indicates the name provided does not match Azure App Service naming requirements. AlreadyExists indicates that the name is already in use and is therefore unavailable.

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

Constructors

InAvailabilityReasonTypeTypeConverter()

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