FunctionsDeploymentStorageType.Implicit Operator

Definition

Overloads

Implicit(FunctionsDeploymentStorageType to String)

Implicit operator to convert FunctionsDeploymentStorageType to string

Implicit(String to FunctionsDeploymentStorageType)

Implicit operator to convert string to FunctionsDeploymentStorageType

Implicit(FunctionsDeploymentStorageType to String)

Implicit operator to convert FunctionsDeploymentStorageType to string

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

Parameters

e
FunctionsDeploymentStorageType

the value to convert to an instance of FunctionsDeploymentStorageType.

Returns

Applies to

Implicit(String to FunctionsDeploymentStorageType)

Implicit operator to convert string to FunctionsDeploymentStorageType

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

Parameters

value
String

the value to convert to an instance of FunctionsDeploymentStorageType.

Returns

Applies to