Share via


DdosSettingsProtectionCoverageTypeConverter Class

Definition

The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.

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

Constructors

DdosSettingsProtectionCoverageTypeConverter()

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