Sdílet prostřednictvím


AlertOperator.Implicit Operator

Definition

Overloads

Implicit(AlertOperator to String)

Implicit operator to convert AlertOperator to string

Implicit(String to AlertOperator)

Implicit operator to convert string to AlertOperator

Implicit(AlertOperator to String)

Implicit operator to convert AlertOperator to string

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

Parameters

e
AlertOperator

the value to convert to an instance of AlertOperator.

Returns

Applies to

Implicit(String to AlertOperator)

Implicit operator to convert string to AlertOperator

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

Parameters

value
String

the value to convert to an instance of AlertOperator.

Returns

Applies to