Share via


AlertSeverity.Implicit Operator

Definition

Overloads

Implicit(AlertSeverity to String)

Implicit operator to convert AlertSeverity to string

Implicit(String to AlertSeverity)

Implicit operator to convert string to AlertSeverity

Implicit(AlertSeverity to String)

Implicit operator to convert AlertSeverity to string

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

Parameters

e
AlertSeverity

the value to convert to an instance of AlertSeverity.

Returns

Applies to

Implicit(String to AlertSeverity)

Implicit operator to convert string to AlertSeverity

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

Parameters

value
String

the value to convert to an instance of AlertSeverity.

Returns

Applies to