Partager via


BlockedTransformers.Implicit Operator

Definition

Overloads

Implicit(BlockedTransformers to String)

Implicit operator to convert BlockedTransformers to string

Implicit(String to BlockedTransformers)

Implicit operator to convert string to BlockedTransformers

Implicit(BlockedTransformers to String)

Implicit operator to convert BlockedTransformers to string

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

Parameters

e
BlockedTransformers

the value to convert to an instance of BlockedTransformers.

Returns

Applies to

Implicit(String to BlockedTransformers)

Implicit operator to convert string to BlockedTransformers

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

Parameters

value
String

the value to convert to an instance of BlockedTransformers.

Returns

Applies to