EdgeOrderAddressClassification.Implicit Operator

Definition

Overloads

Implicit(String to EdgeOrderAddressClassification)

Source:
EdgeOrderAddressClassification.cs

Converts a string to a EdgeOrderAddressClassification.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EdgeOrderAddressClassification>)

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

Parameters

value
String

Returns

Applies to