AccessPolicyEccAlgo.Implicit Operator

Definition

Overloads

Implicit(AccessPolicyEccAlgo to String)

Implicit operator to convert AccessPolicyEccAlgo to string

Implicit(String to AccessPolicyEccAlgo)

Implicit operator to convert string to AccessPolicyEccAlgo

Implicit(AccessPolicyEccAlgo to String)

Implicit operator to convert AccessPolicyEccAlgo to string

public static implicit operator string (Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEccAlgo e);
static member op_Implicit : Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEccAlgo -> string
Public Shared Widening Operator CType (e As AccessPolicyEccAlgo) As String

Parameters

Returns

Applies to

Implicit(String to AccessPolicyEccAlgo)

Implicit operator to convert string to AccessPolicyEccAlgo

public static implicit operator Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEccAlgo (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEccAlgo
Public Shared Widening Operator CType (value As String) As AccessPolicyEccAlgo

Parameters

value
String

Returns

Applies to