DataBoxEdgeDeviceType.Implicit Operator

Definition

Overloads

Implicit(String to DataBoxEdgeDeviceType)

Source:
DataBoxEdgeDeviceType.cs
Source:
DataBoxEdgeDeviceType.cs

Converts a string to a DataBoxEdgeDeviceType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataBoxEdgeDeviceType>)

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

Parameters

value
String

Returns

Applies to