Condividi tramite


ExistingResourcePolicyTypeConverter Class

Definition

Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore.

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

Constructors

ExistingResourcePolicyTypeConverter()

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