Aracılığıyla paylaş


AlertType.Implicit Operator

Definition

Overloads

Implicit(AlertType to String)

Implicit operator to convert AlertType to string

Implicit(String to AlertType)

Implicit operator to convert string to AlertType

Implicit(AlertType to String)

Implicit operator to convert AlertType to string

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

Parameters

e
AlertType

the value to convert to an instance of AlertType.

Returns

Applies to

Implicit(String to AlertType)

Implicit operator to convert string to AlertType

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

Parameters

value
String

the value to convert to an instance of AlertType.

Returns

Applies to