Freigeben über


VirtualMachineDeviceModelType.Implicit Operator

Definition

Overloads

Implicit(VirtualMachineDeviceModelType to String)

Implicit operator to convert VirtualMachineDeviceModelType to string

Implicit(String to VirtualMachineDeviceModelType)

Implicit operator to convert string to VirtualMachineDeviceModelType

Implicit(VirtualMachineDeviceModelType to String)

Implicit operator to convert VirtualMachineDeviceModelType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelType -> string
Public Shared Widening Operator CType (e As VirtualMachineDeviceModelType) As String

Parameters

e
VirtualMachineDeviceModelType

the value to convert to an instance of VirtualMachineDeviceModelType.

Returns

Applies to

Implicit(String to VirtualMachineDeviceModelType)

Implicit operator to convert string to VirtualMachineDeviceModelType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelType
Public Shared Widening Operator CType (value As String) As VirtualMachineDeviceModelType

Parameters

value
String

the value to convert to an instance of VirtualMachineDeviceModelType.

Returns

Applies to