Condividi tramite


ProvisioningStateDrTypeConverter Class

Definition

Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'

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

Constructors

ProvisioningStateDrTypeConverter()

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