UpgradePreference.Implicit Operator

Definition

Overloads

Implicit(UpgradePreference to String)

Implicit operator to convert UpgradePreference to string

Implicit(String to UpgradePreference)

Implicit operator to convert string to UpgradePreference

Implicit(UpgradePreference to String)

Implicit operator to convert UpgradePreference to string

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

Parameters

e
UpgradePreference

the value to convert to an instance of UpgradePreference.

Returns

Applies to

Implicit(String to UpgradePreference)

Implicit operator to convert string to UpgradePreference

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

Parameters

value
String

the value to convert to an instance of UpgradePreference.

Returns

Applies to