Partager via


MatchProcessingBehavior.Implicit Operator

Definition

Overloads

Implicit(MatchProcessingBehavior to String)

Implicit operator to convert MatchProcessingBehavior to string

Implicit(String to MatchProcessingBehavior)

Implicit operator to convert string to MatchProcessingBehavior

Implicit(MatchProcessingBehavior to String)

Implicit operator to convert MatchProcessingBehavior to string

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

Parameters

e
MatchProcessingBehavior

the value to convert to an instance of MatchProcessingBehavior.

Returns

Applies to

Implicit(String to MatchProcessingBehavior)

Implicit operator to convert string to MatchProcessingBehavior

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

Parameters

value
String

the value to convert to an instance of MatchProcessingBehavior.

Returns

Applies to