Share via


PrivateLinkStateTypeConverter Class

Definition

Property which describes the state of private link on a connected cluster resource.

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

Constructors

PrivateLinkStateTypeConverter()

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