ThresholdType.Implicit Operator

Definition

Overloads

Implicit(String to ThresholdType)

Source:
ThresholdType.cs

Converts a string to a ThresholdType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ThresholdType>)

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

Parameters

value
String

Returns

Applies to