RuleCategory.Implicit Operator

Definition

Overloads

Implicit(String to RuleCategory)

Source:
RuleCategory.cs

Converts a string to a RuleCategory.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<RuleCategory>)

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

Parameters

value
String

Returns

Applies to