Share via


DependencyLevel.Implicit Operator

Definition

Overloads

Implicit(DependencyLevel to String)

Implicit operator to convert DependencyLevel to string

Implicit(String to DependencyLevel)

Implicit operator to convert string to DependencyLevel

Implicit(DependencyLevel to String)

Implicit operator to convert DependencyLevel to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.DependencyLevel e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.DependencyLevel -> string
Public Shared Widening Operator CType (e As DependencyLevel) As String

Parameters

e
DependencyLevel

the value to convert to an instance of DependencyLevel.

Returns

Applies to

Implicit(String to DependencyLevel)

Implicit operator to convert string to DependencyLevel

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.DependencyLevel (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.DependencyLevel
Public Shared Widening Operator CType (value As String) As DependencyLevel

Parameters

value
String

the value to convert to an instance of DependencyLevel.

Returns

Applies to