SecurityInsightsAlertSeverity.Implicit Operator

Definition

Overloads

Implicit(String to SecurityInsightsAlertSeverity)

Source:
SecurityInsightsAlertSeverity.cs
Source:
SecurityInsightsAlertSeverity.cs

Converts a string to a SecurityInsightsAlertSeverity.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SecurityInsightsAlertSeverity>)

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

Parameters

value
String

Returns

Applies to