AlertCategory.Implicit Operator

Definition

Overloads

Implicit(AlertCategory to String)

Implicit operator to convert AlertCategory to string

Implicit(String to AlertCategory)

Implicit operator to convert string to AlertCategory

Implicit(AlertCategory to String)

Implicit operator to convert AlertCategory to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory -> string
Public Shared Widening Operator CType (e As AlertCategory) As String

Parameters

e
AlertCategory

the value to convert to an instance of AlertCategory.

Returns

Applies to

Implicit(String to AlertCategory)

Implicit operator to convert string to AlertCategory

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory
Public Shared Widening Operator CType (value As String) As AlertCategory

Parameters

value
String

the value to convert to an instance of AlertCategory.

Returns

Applies to