CpuThreshold.Implicit Operator

Definition

Overloads

Implicit(CpuThreshold to String)

Implicit operator to convert CpuThreshold to string

Implicit(String to CpuThreshold)

Implicit operator to convert string to CpuThreshold

Implicit(CpuThreshold to String)

Implicit operator to convert CpuThreshold to string

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

Parameters

e
CpuThreshold

the value to convert to an instance of CpuThreshold.

Returns

Applies to

Implicit(String to CpuThreshold)

Implicit operator to convert string to CpuThreshold

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

Parameters

value
String

the value to convert to an instance of CpuThreshold.

Returns

Applies to