SliCategory.Implicit Operator

Definition

Overloads

Implicit(String to SliCategory)

Source:
SliCategory.cs

Converts a string to a SliCategory.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SliCategory>)

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

Parameters

value
String

Returns

Applies to