LargeFileSharesState.Implicit Operator

Definition

Overloads

Implicit(LargeFileSharesState to String)

Implicit operator to convert LargeFileSharesState to string

Implicit(String to LargeFileSharesState)

Implicit operator to convert string to LargeFileSharesState

Implicit(LargeFileSharesState to String)

Implicit operator to convert LargeFileSharesState to string

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

Parameters

e
LargeFileSharesState

the value to convert to an instance of LargeFileSharesState.

Returns

Applies to

Implicit(String to LargeFileSharesState)

Implicit operator to convert string to LargeFileSharesState

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

Parameters

value
String

the value to convert to an instance of LargeFileSharesState.

Returns

Applies to