Share via


WebJobType.Implicit Operator

Definition

Overloads

Implicit(WebJobType to String)

Implicit operator to convert WebJobType to string

Implicit(String to WebJobType)

Implicit operator to convert string to WebJobType

Implicit(WebJobType to String)

Implicit operator to convert WebJobType to string

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

Parameters

e
WebJobType

the value to convert to an instance of WebJobType.

Returns

Applies to

Implicit(String to WebJobType)

Implicit operator to convert string to WebJobType

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

Parameters

value
String

the value to convert to an instance of WebJobType.

Returns

Applies to