ExceptionValueMatchOperator.Implicit Operator

Definition

Overloads

Implicit(String to ExceptionValueMatchOperator)

Source:
ExceptionValueMatchOperator.cs

Converts a string to a ExceptionValueMatchOperator.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ExceptionValueMatchOperator>)

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

Parameters

value
String

Returns

Applies to