ExceptionEntryValueMatchOperator.Implicit Operator

Definition

Overloads

Implicit(String to ExceptionEntryValueMatchOperator)

Source:
ExceptionEntryValueMatchOperator.cs
Source:
ExceptionEntryValueMatchOperator.cs

Converts a string to a ExceptionEntryValueMatchOperator.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ExceptionEntryValueMatchOperator>)

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

Parameters

value
String

Returns

Applies to