Caching.Implicit Operator

Definition

Overloads

Implicit(Caching to String)

Implicit operator to convert Caching to string

Implicit(String to Caching)

Implicit operator to convert string to Caching

Implicit(Caching to String)

Implicit operator to convert Caching to string

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

Parameters

e
Caching

the value to convert to an instance of Caching.

Returns

Applies to

Implicit(String to Caching)

Implicit operator to convert string to Caching

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

Parameters

value
String

the value to convert to an instance of Caching.

Returns

Applies to