Freigeben über


ClusterManagerTypeTypeConverter Class

Definition

Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.

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

Constructors

ClusterManagerTypeTypeConverter()

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