Share via


ClassificationRuleType.Implicit Operator

Definition

Overloads

Implicit(ClassificationRuleType to String)

Implicit operator to convert ClassificationRuleType to string

Implicit(String to ClassificationRuleType)

Implicit operator to convert string to ClassificationRuleType

Implicit(ClassificationRuleType to String)

Implicit operator to convert ClassificationRuleType to string

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

Parameters

e
ClassificationRuleType

the value to convert to an instance of ClassificationRuleType.

Returns

Applies to

Implicit(String to ClassificationRuleType)

Implicit operator to convert string to ClassificationRuleType

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

Parameters

value
String

the value to convert to an instance of ClassificationRuleType.

Returns

Applies to