ExceptionMatchVariable.Implicit Operator

Definition

Overloads

Implicit(String to ExceptionMatchVariable)

Source:
ExceptionMatchVariable.cs

Converts a string to a ExceptionMatchVariable.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ExceptionMatchVariable>)

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

Parameters

value
String

Returns

Applies to