Partager via


JobState.Implicit Opérateur

Définition

Surcharges

Implicit(JobState to String)

Opérateur implicite pour convertir JobState en chaîne

Implicit(String to JobState)

Opérateur implicite pour convertir une chaîne en JobState

Implicit(JobState to String)

Opérateur implicite pour convertir JobState en chaîne

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

Paramètres

Retours

S’applique à

Implicit(String to JobState)

Opérateur implicite pour convertir une chaîne en JobState

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

Paramètres

value
String

Retours

S’applique à