DataBoxStageName.Implicit Operator

Definition

Overloads

Implicit(String to DataBoxStageName)

Source:
DataBoxStageName.cs

Converts a string to a DataBoxStageName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataBoxStageName>)

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

Parameters

value
String

Returns

Applies to