Share via


RunType.Implicit Operator

Definition

Overloads

Implicit(RunType to String)

Implicit operator to convert RunType to string

Implicit(String to RunType)

Implicit operator to convert string to RunType

Implicit(RunType to String)

Implicit operator to convert RunType to string

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

Parameters

e
RunType

the value to convert to an instance of RunType.

Returns

Applies to

Implicit(String to RunType)

Implicit operator to convert string to RunType

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

Parameters

value
String

the value to convert to an instance of RunType.

Returns

Applies to