ExceptionEntryMatchVariable.Implicit Operator

Definition

Overloads

Implicit(String to ExceptionEntryMatchVariable)

Source:
ExceptionEntryMatchVariable.cs
Source:
ExceptionEntryMatchVariable.cs

Converts a string to a ExceptionEntryMatchVariable.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ExceptionEntryMatchVariable>)

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

Parameters

value
String

Returns

Applies to