Compartilhar via


TriggerTypes.Implicit Operator

Definition

Overloads

Implicit(TriggerTypes to String)

Implicit operator to convert TriggerTypes to string

Implicit(String to TriggerTypes)

Implicit operator to convert string to TriggerTypes

Implicit(TriggerTypes to String)

Implicit operator to convert TriggerTypes to string

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

Parameters

e
TriggerTypes

the value to convert to an instance of TriggerTypes.

Returns

Applies to

Implicit(String to TriggerTypes)

Implicit operator to convert string to TriggerTypes

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

Parameters

value
String

the value to convert to an instance of TriggerTypes.

Returns

Applies to