Bagikan melalui


CertificateType.Implicit Operator

Definition

Overloads

Implicit(CertificateType to String)

Implicit operator to convert CertificateType to string

Implicit(String to CertificateType)

Implicit operator to convert string to CertificateType

Implicit(CertificateType to String)

Implicit operator to convert CertificateType to string

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

Parameters

e
CertificateType

the value to convert to an instance of CertificateType.

Returns

Applies to

Implicit(String to CertificateType)

Implicit operator to convert string to CertificateType

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

Parameters

value
String

the value to convert to an instance of CertificateType.

Returns

Applies to