Language

AgentInsightSeverity.Implicit Operator

Definition

Overloads

Implicit(String to AgentInsightSeverity)

Source:
AgentInsightSeverity.cs

Converts a string to a AgentInsightSeverity.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AgentInsightSeverity>)

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

Parameters

value
String

Returns

Applies to