Share via


WafRankingType.Implicit Operator

Definition

Overloads

Implicit(String to WafRankingType)

Implicit operator to convert string to WafRankingType

Implicit(WafRankingType to String)

Implicit operator to convert WafRankingType to string

Implicit(String to WafRankingType)

Implicit operator to convert string to WafRankingType

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

Parameters

value
String

the value to convert to an instance of WafRankingType.

Returns

Applies to

Implicit(WafRankingType to String)

Implicit operator to convert WafRankingType to string

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

Parameters

e
WafRankingType

the value to convert to an instance of WafRankingType.

Returns

Applies to