CostManagementAlertType.Implicit Operator

Definition

Overloads

Implicit(String to CostManagementAlertType)

Source:
CostManagementAlertType.cs

Converts a string to a CostManagementAlertType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CostManagementAlertType>)

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

Parameters

value
String

Returns

Applies to