Sdílet prostřednictvím


RequestSourceTypeConverter Class

Definition

Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.

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

Constructors

RequestSourceTypeConverter()

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