QueryStringCachingBehaviorTypeConverter Class

Definition

Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL.

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

Constructors

QueryStringCachingBehaviorTypeConverter()

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