HybridAksIpamEnabledTypeConverter Class

Definition

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.

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

Constructors

HybridAksIpamEnabledTypeConverter()

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