HypothesisStatus.Implicit Operator

Definition

Overloads

Implicit(String to HypothesisStatus)

Source:
HypothesisStatus.cs

Converts a string to a HypothesisStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<HypothesisStatus>)

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

Parameters

value
String

Returns

Applies to