다음을 통해 공유


TokenType.Implicit Operator

Definition

Overloads

Implicit(TokenType to String)

Implicit operator to convert TokenType to string

Implicit(String to TokenType)

Implicit operator to convert string to TokenType

Implicit(TokenType to String)

Implicit operator to convert TokenType to string

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

Parameters

e
TokenType

the value to convert to an instance of TokenType.

Returns

Applies to

Implicit(String to TokenType)

Implicit operator to convert string to TokenType

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

Parameters

value
String

the value to convert to an instance of TokenType.

Returns

Applies to