WafRuleType.Implicit Operator

Definition

Overloads

Implicit(WafRuleType to String)

Implicit operator to convert WafRuleType to string

Implicit(String to WafRuleType)

Implicit operator to convert string to WafRuleType

Implicit(WafRuleType to String)

Implicit operator to convert WafRuleType to string

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

Parameters

e
WafRuleType

the value to convert to an instance of WafRuleType.

Returns

Applies to

Implicit(String to WafRuleType)

Implicit operator to convert string to WafRuleType

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

Parameters

value
String

the value to convert to an instance of WafRuleType.

Returns

Applies to