Dela via


ResponseBasedDetectedErrorTypes.Implicit Operator

Definition

Overloads

Implicit(ResponseBasedDetectedErrorTypes to String)

Implicit operator to convert ResponseBasedDetectedErrorTypes to string

Implicit(String to ResponseBasedDetectedErrorTypes)

Implicit operator to convert string to ResponseBasedDetectedErrorTypes

Implicit(ResponseBasedDetectedErrorTypes to String)

Implicit operator to convert ResponseBasedDetectedErrorTypes to string

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

Parameters

e
ResponseBasedDetectedErrorTypes

the value to convert to an instance of ResponseBasedDetectedErrorTypes.

Returns

Applies to

Implicit(String to ResponseBasedDetectedErrorTypes)

Implicit operator to convert string to ResponseBasedDetectedErrorTypes

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

Parameters

value
String

the value to convert to an instance of ResponseBasedDetectedErrorTypes.

Returns

Applies to