HciStatusLevelType.Implicit Operator

Definition

Overloads

Implicit(String to HciStatusLevelType)

Source:
HciStatusLevelType.cs
Source:
HciStatusLevelType.cs

Converts a string to a HciStatusLevelType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<HciStatusLevelType>)

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

Parameters

value
String

Returns

Applies to