DataBoxEdgeSkuName.Implicit Operator

Definition

Overloads

Implicit(String to DataBoxEdgeSkuName)

Source:
DataBoxEdgeSkuName.cs
Source:
DataBoxEdgeSkuName.cs

Converts a string to a DataBoxEdgeSkuName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataBoxEdgeSkuName>)

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

Parameters

value
String

Returns

Applies to