CertificateProductType.Implicit Operator

Definition

Overloads

Implicit(CertificateProductType to String)

Implicit operator to convert CertificateProductType to string

Implicit(String to CertificateProductType)

Implicit operator to convert string to CertificateProductType

Implicit(CertificateProductType to String)

Implicit operator to convert CertificateProductType to string

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

Parameters

e
CertificateProductType

the value to convert to an instance of CertificateProductType.

Returns

Applies to

Implicit(String to CertificateProductType)

Implicit operator to convert string to CertificateProductType

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

Parameters

value
String

the value to convert to an instance of CertificateProductType.

Returns

Applies to