ProjectsJobStatus.Implicit Operator

Definition

Overloads

Implicit(String to ProjectsJobStatus)

Source:
ProjectsJobStatus.cs

Converts a string to a ProjectsJobStatus.

public static implicit operator Azure.AI.Projects.ProjectsJobStatus(string value);
static member op_Implicit : string -> Azure.AI.Projects.ProjectsJobStatus
Public Shared Widening Operator CType (value As String) As ProjectsJobStatus

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProjectsJobStatus>)

Source:
ProjectsJobStatus.cs
public static implicit operator Azure.AI.Projects.ProjectsJobStatus?(string value);
static member op_Implicit : string -> Nullable<Azure.AI.Projects.ProjectsJobStatus>
Public Shared Widening Operator CType (value As String) As Nullable(Of ProjectsJobStatus)

Parameters

value
String

Returns

Applies to