BreakthroughMode.Implicit Operator

Definition

Overloads

Implicit(String to BreakthroughMode)

Source:
BreakthroughMode.cs

Converts a string to a BreakthroughMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BreakthroughMode>)

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

Parameters

value
String

Returns

Applies to