Partager via


StatusLevelTypes.Implicit Operator

Definition

Overloads

Implicit(StatusLevelTypes to String)

Implicit operator to convert StatusLevelTypes to string

Implicit(String to StatusLevelTypes)

Implicit operator to convert string to StatusLevelTypes

Implicit(StatusLevelTypes to String)

Implicit operator to convert StatusLevelTypes to string

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

Parameters

e
StatusLevelTypes

the value to convert to an instance of StatusLevelTypes.

Returns

Applies to

Implicit(String to StatusLevelTypes)

Implicit operator to convert string to StatusLevelTypes

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

Parameters

value
String

the value to convert to an instance of StatusLevelTypes.

Returns

Applies to