Condividi tramite


RestoreTargetLocationTypeTypeConverter Class

Definition

Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}

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

Constructors

RestoreTargetLocationTypeTypeConverter()

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