ScrubbingRuleEntryState.Implicit Operator

Definition

Overloads

Implicit(ScrubbingRuleEntryState to String)

Implicit operator to convert ScrubbingRuleEntryState to string

Implicit(String to ScrubbingRuleEntryState)

Implicit operator to convert string to ScrubbingRuleEntryState

Implicit(ScrubbingRuleEntryState to String)

Implicit operator to convert ScrubbingRuleEntryState to string

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

Parameters

e
ScrubbingRuleEntryState

the value to convert to an instance of ScrubbingRuleEntryState.

Returns

Applies to

Implicit(String to ScrubbingRuleEntryState)

Implicit operator to convert string to ScrubbingRuleEntryState

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

Parameters

value
String

the value to convert to an instance of ScrubbingRuleEntryState.

Returns

Applies to