ConfigReferenceLocation.Implicit Operator

Definition

Overloads

Implicit(ConfigReferenceLocation to String)

Implicit operator to convert ConfigReferenceLocation to string

Implicit(String to ConfigReferenceLocation)

Implicit operator to convert string to ConfigReferenceLocation

Implicit(ConfigReferenceLocation to String)

Implicit operator to convert ConfigReferenceLocation to string

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

Parameters

e
ConfigReferenceLocation

the value to convert to an instance of ConfigReferenceLocation.

Returns

Applies to

Implicit(String to ConfigReferenceLocation)

Implicit operator to convert string to ConfigReferenceLocation

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

Parameters

value
String

the value to convert to an instance of ConfigReferenceLocation.

Returns

Applies to