Share via


OptimizationTypeTypeConverter Class

Definition

Specifies what scenario the customer wants this CDN endpoint to optimize, e.g. Download, Media services. With this information we can apply scenario driven optimization.

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

Constructors

OptimizationTypeTypeConverter()

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