DataBoxEdgeJobType.Implicit Operator

Definition

Overloads

Implicit(String to DataBoxEdgeJobType)

Source:
DataBoxEdgeJobType.cs
Source:
DataBoxEdgeJobType.cs

Converts a string to a DataBoxEdgeJobType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataBoxEdgeJobType>)

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

Parameters

value
String

Returns

Applies to