Share via


StepType.Implicit Operator

Definition

Overloads

Implicit(StepType to String)

Implicit operator to convert StepType to string

Implicit(String to StepType)

Implicit operator to convert string to StepType

Implicit(StepType to String)

Implicit operator to convert StepType to string

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

Parameters

e
StepType

the value to convert to an instance of StepType.

Returns

Applies to

Implicit(String to StepType)

Implicit operator to convert string to StepType

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

Parameters

value
String

the value to convert to an instance of StepType.

Returns

Applies to