PredictionPreference.Implicit Operator

Definition

Overloads

Implicit(String to PredictionPreference)

Source:
PredictionPreference.cs
Source:
PredictionPreference.cs

Converts a string to a PredictionPreference.

public static implicit operator Azure.ResourceManager.DevOpsInfrastructure.Models.PredictionPreference(string value);
static member op_Implicit : string -> Azure.ResourceManager.DevOpsInfrastructure.Models.PredictionPreference
Public Shared Widening Operator CType (value As String) As PredictionPreference

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PredictionPreference>)

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

Parameters

value
String

Returns

Applies to