Share via


InstanceFlexibilityTypeConverter Class

Definition

Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type.

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

Constructors

InstanceFlexibilityTypeConverter()

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