ImpactConfidenceLevel.Implicit Operator

Definition

Overloads

Implicit(String to ImpactConfidenceLevel)

Source:
ImpactConfidenceLevel.cs

Converts a string to a ImpactConfidenceLevel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ImpactConfidenceLevel>)

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

Parameters

value
String

Returns

Applies to