Share via


RuleAction.Implicit Operator

Definition

Overloads

Implicit(RuleAction to String)

Implicit operator to convert RuleAction to string

Implicit(String to RuleAction)

Implicit operator to convert string to RuleAction

Implicit(RuleAction to String)

Implicit operator to convert RuleAction to string

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

Parameters

e
RuleAction

the value to convert to an instance of RuleAction.

Returns

Applies to

Implicit(String to RuleAction)

Implicit operator to convert string to RuleAction

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

Parameters

value
String

the value to convert to an instance of RuleAction.

Returns

Applies to