DetectorType.Implicit Operator

Definition

Overloads

Implicit(DetectorType to String)

Implicit operator to convert DetectorType to string

Implicit(String to DetectorType)

Implicit operator to convert string to DetectorType

Implicit(DetectorType to String)

Implicit operator to convert DetectorType to string

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

Parameters

e
DetectorType

the value to convert to an instance of DetectorType.

Returns

Applies to

Implicit(String to DetectorType)

Implicit operator to convert string to DetectorType

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

Parameters

value
String

the value to convert to an instance of DetectorType.

Returns

Applies to