InsightsType.Implicit Operator

Definition

Overloads

Implicit(InsightsType to String)

Implicit operator to convert InsightsType to string

Implicit(String to InsightsType)

Implicit operator to convert string to InsightsType

Implicit(InsightsType to String)

Implicit operator to convert InsightsType to string

public static implicit operator string (Microsoft.Azure.Management.Media.Models.InsightsType e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.InsightsType -> string
Public Shared Widening Operator CType (e As InsightsType) As String

Parameters

Returns

Applies to

Implicit(String to InsightsType)

Implicit operator to convert string to InsightsType

public static implicit operator Microsoft.Azure.Management.Media.Models.InsightsType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.InsightsType
Public Shared Widening Operator CType (value As String) As InsightsType

Parameters

value
String

Returns

Applies to