Share via


LeaseState.Implicit Operator

Definition

Overloads

Implicit(LeaseState to String)

Implicit operator to convert LeaseState to string

Implicit(String to LeaseState)

Implicit operator to convert string to LeaseState

Implicit(LeaseState to String)

Implicit operator to convert LeaseState to string

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

Parameters

e
LeaseState

the value to convert to an instance of LeaseState.

Returns

Applies to

Implicit(String to LeaseState)

Implicit operator to convert string to LeaseState

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

Parameters

value
String

the value to convert to an instance of LeaseState.

Returns

Applies to