共用方式為


AlertStatus.Implicit Operator

Definition

Overloads

Implicit(AlertStatus to String)

Implicit operator to convert AlertStatus to string

Implicit(String to AlertStatus)

Implicit operator to convert string to AlertStatus

Implicit(AlertStatus to String)

Implicit operator to convert AlertStatus to string

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

Parameters

e
AlertStatus

the value to convert to an instance of AlertStatus.

Returns

Applies to

Implicit(String to AlertStatus)

Implicit operator to convert string to AlertStatus

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

Parameters

value
String

the value to convert to an instance of AlertStatus.

Returns

Applies to