Language

FoundryModelWarningCode.Implicit Operator

Definition

Overloads

Implicit(String to FoundryModelWarningCode)

Source:
FoundryModelWarningCode.cs

Converts a string to a FoundryModelWarningCode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FoundryModelWarningCode>)

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

Parameters

value
String

Returns

Applies to