Condividi tramite


PersistentVolumeRestoreModeTypeConverter Class

Definition

Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored.

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

Constructors

PersistentVolumeRestoreModeTypeConverter()

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