Share via


AdvancedThreatProtectionProvisioningStateTypeConverter Class

Definition

The current provisioning state.

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

Constructors

AdvancedThreatProtectionProvisioningStateTypeConverter()

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