ExceptionSelectorMatchOperator.Implicit Operator

Definition

Overloads

Implicit(String to ExceptionSelectorMatchOperator)

Source:
ExceptionSelectorMatchOperator.cs

Converts a string to a ExceptionSelectorMatchOperator.

public static implicit operator Azure.ResourceManager.FrontDoor.Models.ExceptionSelectorMatchOperator(string value);
static member op_Implicit : string -> Azure.ResourceManager.FrontDoor.Models.ExceptionSelectorMatchOperator
Public Shared Widening Operator CType (value As String) As ExceptionSelectorMatchOperator

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ExceptionSelectorMatchOperator>)

Source:
ExceptionSelectorMatchOperator.cs
public static implicit operator Azure.ResourceManager.FrontDoor.Models.ExceptionSelectorMatchOperator?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.FrontDoor.Models.ExceptionSelectorMatchOperator>
Public Shared Widening Operator CType (value As String) As Nullable(Of ExceptionSelectorMatchOperator)

Parameters

value
String

Returns

Applies to