VirtualMachineIPAllocationMethodTypeConverter Class

Definition

The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.

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

Constructors

VirtualMachineIPAllocationMethodTypeConverter()

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