ApplicationType.Implicit Operator

Definition

Overloads

Implicit(ApplicationType to String)

Implicit operator to convert ApplicationType to string

Implicit(String to ApplicationType)

Implicit operator to convert string to ApplicationType

Implicit(ApplicationType to String)

Implicit operator to convert ApplicationType to string

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

Parameters

e
ApplicationType

the value to convert to an instance of ApplicationType.

Returns

Applies to

Implicit(String to ApplicationType)

Implicit operator to convert string to ApplicationType

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

Parameters

value
String

the value to convert to an instance of ApplicationType.

Returns

Applies to