Dela via


ResponseBasedDetectedErrorTypesTypeConverter Class

Definition

Type of response errors for real user requests for which origin will be deemed unhealthy

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

Constructors

ResponseBasedDetectedErrorTypesTypeConverter()

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