SupportSeverityLevel.Implicit Operator

Definition

Overloads

Implicit(String to SupportSeverityLevel)

Source:
SupportSeverityLevel.cs
Source:
SupportSeverityLevel.cs

Converts a string to a SupportSeverityLevel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SupportSeverityLevel>)

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

Parameters

value
String

Returns

Applies to