Share via


AlertsState.Implicit Operator

Definition

Overloads

Implicit(AlertsState to String)

Implicit operator to convert AlertsState to string

Implicit(String to AlertsState)

Implicit operator to convert string to AlertsState

Implicit(AlertsState to String)

Implicit operator to convert AlertsState to string

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

Parameters

e
AlertsState

the value to convert to an instance of AlertsState.

Returns

Applies to

Implicit(String to AlertsState)

Implicit operator to convert string to AlertsState

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

Parameters

value
String

the value to convert to an instance of AlertsState.

Returns

Applies to