次の方法で共有


JobState.Implicit 演算子

定義

オーバーロード

Implicit(JobState to String)

JobState を文字列に変換する暗黙的な演算子

Implicit(String to JobState)

文字列を JobState に変換する暗黙的な演算子

Implicit(JobState to String)

JobState を文字列に変換する暗黙的な演算子

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

パラメーター

戻り値

適用対象

Implicit(String to JobState)

文字列を 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

パラメーター

value
String

戻り値

適用対象