Sdílet prostřednictvím


SourceControlType.Implicit Operator

Definition

Overloads

Implicit(SourceControlType to String)

Implicit operator to convert SourceControlType to string

Implicit(String to SourceControlType)

Implicit operator to convert string to SourceControlType

Implicit(SourceControlType to String)

Implicit operator to convert SourceControlType to string

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

Parameters

e
SourceControlType

the value to convert to an instance of SourceControlType.

Returns

Applies to

Implicit(String to SourceControlType)

Implicit operator to convert string to SourceControlType

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

Parameters

value
String

the value to convert to an instance of SourceControlType.

Returns

Applies to