DataBoxEdgeStorageContainerDataFormat.Implicit Operator

Definition

Overloads

Implicit(String to DataBoxEdgeStorageContainerDataFormat)

Source:
DataBoxEdgeStorageContainerDataFormat.cs
Source:
DataBoxEdgeStorageContainerDataFormat.cs

Converts a string to a DataBoxEdgeStorageContainerDataFormat.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataBoxEdgeStorageContainerDataFormat>)

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

Parameters

value
String

Returns

Applies to