Partilhar via


InsightsType.Implicit Operador

Definição

Sobrecargas

Implicit(InsightsType to String)

Operador implícito para converter InsightsType em cadeia de caracteres

Implicit(String to InsightsType)

Operador implícito para converter cadeia de caracteres em InsightsType

Implicit(InsightsType to String)

Operador implícito para converter InsightsType em cadeia de caracteres

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

Parâmetros

Retornos

Aplica-se a

Implicit(String to InsightsType)

Operador implícito para converter cadeia de caracteres em 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

Parâmetros

value
String

Retornos

Aplica-se a