UpdateSeverity.Implicit Operator

Definition

Overloads

Implicit(String to UpdateSeverity)

Source:
UpdateSeverity.cs
Source:
UpdateSeverity.cs

Converts a string to a UpdateSeverity.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<UpdateSeverity>)

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

Parameters

value
String

Returns

Applies to