HybridAksPluginTypeTypeConverter Class

Definition

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.

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

Constructors

HybridAksPluginTypeTypeConverter()

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