Udostępnij za pośrednictwem


CredentialType.Implicit Operator

Definition

Overloads

Implicit(CredentialType to String)

Implicit operator to convert CredentialType to string

Implicit(String to CredentialType)

Implicit operator to convert string to CredentialType

Implicit(CredentialType to String)

Implicit operator to convert CredentialType to string

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

Parameters

e
CredentialType

the value to convert to an instance of CredentialType.

Returns

Applies to

Implicit(String to CredentialType)

Implicit operator to convert string to CredentialType

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

Parameters

value
String

the value to convert to an instance of CredentialType.

Returns

Applies to