ReportedSeverity.Implicit Operator

Definition

Overloads

Implicit(String to ReportedSeverity)

Source:
ReportedSeverity.cs
Source:
ReportedSeverity.cs

Converts a string to a ReportedSeverity.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ReportedSeverity>)

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

Parameters

value
String

Returns

Applies to