ExceptionEntrySelectorMatchOperator.Implicit Operator

Definition

Overloads

Implicit(String to ExceptionEntrySelectorMatchOperator)

Source:
ExceptionEntrySelectorMatchOperator.cs
Source:
ExceptionEntrySelectorMatchOperator.cs

Converts a string to a ExceptionEntrySelectorMatchOperator.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ExceptionEntrySelectorMatchOperator>)

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

Parameters

value
String

Returns

Applies to