다음을 통해 공유


SecretObjectType.Implicit Operator

Definition

Overloads

Implicit(SecretObjectType to String)

Implicit operator to convert SecretObjectType to string

Implicit(String to SecretObjectType)

Implicit operator to convert string to SecretObjectType

Implicit(SecretObjectType to String)

Implicit operator to convert SecretObjectType to string

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

Parameters

e
SecretObjectType

the value to convert to an instance of SecretObjectType.

Returns

Applies to

Implicit(String to SecretObjectType)

Implicit operator to convert string to SecretObjectType

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

Parameters

value
String

the value to convert to an instance of SecretObjectType.

Returns

Applies to